home *** CD-ROM | disk | FTP | other *** search
/ PC Play 5 / PC Play Magazine N°5 - Settembre 1995.ISO / passport / quark.inf < prev    next >
Encoding:
INI File  |  1995-03-21  |  88.9 KB  |  1,877 lines

  1. ;
  2. ; quark.inf - Installer customizing file.
  3. ;
  4. ; Copyright (c) 1994, Quark, Inc.
  5. ; All Rights Reserved
  6. ;
  7. ; $Log:   J:\vcs\winstall\quark.inv  $
  8. ;
  9. ;   Rev 2.88   23 Aug 1994 13:50:44   LCH
  10.  
  11. ; About This File
  12. ; ===============
  13. ;
  14. ;** Please do NOT localize any strings that are not inside double quotes (") **
  15. ;           
  16. ; The information in this file determines
  17. ;
  18. ;   * all dialog strings.
  19. ;   * The names of the disks and directories from which, and to which, Install
  20. ;     copies files
  21. ;
  22. ;   * The name of the group that Install creates in Program Manager's window, and the
  23. ;     names of program items that Install adds to that group
  24. ;
  25. ; You can create your own Install program by changing some of the information
  26. ; in this file.
  27. ;
  28. ; The Parts of QUARK.INF
  29. ; -------------------------
  30. ;
  31. ; QUARK.INF is similar in format to a Windows initialization (.INI) file.
  32. ;
  33. ; Sections: QUARK.INF is divided into sections. Each section is identified
  34. ;           by an alphanumeric name enclosed in square brackets.
  35. ;
  36. ;           Most section names are "hard-coded": Install is written to search for
  37. ;           in QUARK.INF for that specific section name. However, some section
  38. ;           names are defined within other sections, and are therefore easily 
  39. ;           customizable.
  40. ;
  41. ; Comments: A comment begins with a semicolon. You can include a comment 
  42. ;           on the same line as syntax, as long as it comes after the syntax.
  43. ; Spaces:   Spaces are ignored, except when between double quotes.
  44. ;           Blank lines are also ignored.
  45. ;
  46. ; Special
  47. ;  Chars:   The ampersand (&) is a special character to Windows. In
  48. ;           those strings that appear in dialog boxes, the ampersand
  49. ;           transformed into an accelerator (an underscore below the
  50. ;           following character).
  51. ;
  52. ;           Special non-"non printable" characters (e.g.: return, formfeed, (c),
  53. ;           etc.) can be obtained by using C-style escapes (i.e.:
  54. ;           \n, \f, \256 (octal) [or \xAE (hex)] for the previous examples).
  55. ;
  56. ;           NOTE: All text strings *must* be entered on a single line. You can
  57. ;           format the text into multiple lines by inserting '\n' whereever
  58. ;           you want a line to break, but text strings in this file must typed
  59. ;           as one entire line.
  60. ;
  61. ;
  62. ; Sections in This File
  63. ; ---------------------
  64. ; The rest of this file contains the actual sections and statements
  65. ; that make up the working file. It also includes comments that 
  66. ; explain each section and statement.
  67. ;
  68.  
  69. [version]
  70. ;   stage codes:
  71. ;   0x20 development
  72. ;   0x40 alpha
  73. ;   0x60 beta
  74. ;   0x70 gamma
  75. ;   0x80 release
  76. ;
  77. ; IMPORTANT: instver must not change unless the reg. disk reader program changes.
  78. ; DO NOT increment instver for every patch of xpress!!  
  79. ; regver and prodver are the only variables that should always match xpress's version number.
  80.  
  81. ; patch lvl, stage, minor rev, prodid/major rev
  82. ; ie - 0x00801133 is windows 3.11r0
  83.   instver = 0x00603033
  84. ; <major rev>.<minor rev>.<stage>
  85.   regver = "3.31.2"
  86. ; major rev, minor rev, stage, patch
  87.   prodver = 0x03316002
  88.   prodid = 10
  89.  
  90. [cd]
  91. ; the dot after the string below fixes some bug in getting the volume strings to match
  92. ; cuz when I call _dos_findfirst() it has a dot appended to the volume name string
  93. ; volume = "PASSPORT."
  94. ; The x below is a dummy drive letter. The code will replace it with the proper
  95. ; drive letter
  96. ;  path = "x:\passport"
  97.  
  98. [data]
  99. ; The [data] section includes misc. information about the
  100. ; location application.
  101.   name          = "Passport for Windows"
  102. ;do not localize
  103.   regfile       = xpress.reg
  104.  
  105. [message]
  106.   changed = "Changing this path will require you to reimport all associated pictures for the affected QuarkXPress documents.  Do you want to do this?"
  107.   complete = "Install complete."
  108.   badexecfiles = "An error occured while running accessory files."
  109.   checksumfailed = "Incorrect checksum for passport.exe"
  110.  
  111. [message.update]
  112.   badserialnum = "This update disk's serial number does not match the specified QuarkXPress's serial number.  Clicking OK will update the selected QuarkXPress application and change the serial number from %lu to %lu."
  113.   noversinfo = "Can't find version information on this file. Make sure you have selected the correct directory."
  114.   oldvers = "You are trying to update a newer version of the file (!)."
  115.   nonretail = "You cannot update a non-release version of the file."
  116.   damaged = "The version you want to update is damaged."
  117.   noncompat = "The installed version is incompatible with the updated version and cannot be updated."
  118.   fail = "Program not updated."
  119.   succ = "Program successfully updated."
  120.  
  121. [strings]
  122.   yes = "Yes"
  123.   no = "No"
  124.   notpresent = "Not present"
  125.  
  126. [strings.cpu]
  127.   80286 = "80286"
  128.   80386 = "80386 or clone"
  129.   80486 = "i486"
  130.   unknown = "Unknown"
  131.  
  132. [strings.winmode]
  133.   standard = "Standard"
  134.   enhanced = "Enhanced"
  135.   
  136. [strings.datefmts]
  137.   "(mm%sdd%syy)"
  138.   "(dd%smm%syy)"
  139.   "(yy%smm%sdd)"
  140.   "(mm%syy%sdd)"
  141.   "(dd%syy%smm)"
  142.   "(yy%sdd%smm)"
  143.  
  144. ;
  145. ; This section contains the scrips for the order of the dialogs shown for
  146. ;   different configurations.  The first argument is the dialog name,
  147. ;   the second is the offset into the WAP table for that dialog.  If there
  148. ;   is only one argument, it is interpreted as a link to another dialoglist.
  149. ;
  150. ;
  151.  
  152. [dialoglist.reg]
  153.   DLG_SPLASH,1
  154.   DLG_PRODREGINFO,2
  155.   DLG_PRODREGADDR,3
  156.   DLG_IMPORTANTADDR,4
  157.   DLG_PRODREGDEALER,5
  158.   DLG_SYSINFO1,6
  159.   DLG_USERINFO2,9
  160.   DLG_SYSENV,10
  161.   DLG_THANKS,0
  162.   dialoglist.firstinst
  163.  
  164. [dialoglist.subsequentinst]
  165.   DLG_START,0
  166.   dialoglist.firstinst
  167.  
  168. [dialoglist.firstinst]
  169.   DLG_INSTALLDIR,11
  170.   DLG_PROGRESS,12
  171.   DLG_SYSSTUFF,13
  172.  
  173. [dialog]
  174. ; The [dialog] section contains information pertaining to Install's dialog box. 
  175. ;
  176. ; The Caption statement determines the text that appears in the title bar 
  177. ; of Install's dialog box. 
  178. ;
  179. ; The following Caption statement specifies the caption "Demo App Installation".
  180. ; To specify your own caption, replace the text "Demo App Installation" with the 
  181. ; title you want (enclosed in double quotes).
  182.  
  183.   caption = "QuarkXPress Passport for Windows Installer"
  184.   continue = "&Continue"
  185.   next = "&Next"
  186.   abortinstall = "&Abort Install"
  187.   ok = "OK"
  188.   cancel = "Cancel"
  189.   install = "&Install"
  190.   abortreg = "&Abort Installation"
  191.   quit = "&Quit"
  192.   proceed = "Continue ->"
  193.   goback = "Go Back <-"
  194.   stop = "Stop"
  195.  
  196. [dialog.exit]
  197.   msg = "Application installation is not yet complete. Are you sure you want to stop?"
  198.  
  199. [dialog.splash]
  200.   para1 = "Welcome to the QuarkXPress\256 passport for Windows Installation and Registration program. This program will install QuarkXPress Passport and create your User Registration File."
  201.   para2 = "By completing the Installation/Registration procedure, you agree to the terms of the QuarkXPress Passport Software license and Limited Warranty Agreement included in the package."
  202.   para3 = "The Copy Registration Button is for users who have purchased multiple copies of QuarkXPress Passport. Click on this button to use data entered onto a previously created User Registration Disk."
  203.   copyreg = "Copy &Registration"
  204.   copyright = "\251 1989-1995 Quark, Inc.\nAll Rights Reserved\nU.S. Patent Pending, Quark, Inc."
  205.  
  206.  
  207. ;For list comboboxes (those beginning with [combo*]):  If no number is given,
  208. ;the first entry becomes the default (selected). The combo box is not sorted,
  209. ;so the entries will appear as you list them.
  210.  
  211. [dialog.reginfo]
  212.   title = "Please enter your registration information. If you need your serial number, you can find it on your User Registration Disk label."
  213.   serialnumber = "Serial &Number:","%1[WG]%1[TXPFG]%8[0-9]","Not a valid serial number. Please enter the complete serial number as it appears on disk 1."
  214.   purchasedate = "QuarkXPress Purchase &Date %s:","%2[0-9]%1c%2[0-9]%1c%2[0-9]","The date entered is not valid. Please be sure to use the specified date format."
  215.   msgdateafterpresent = "The entered date is after today's date."
  216.   msgdatebeforeyear = "The entered date is before this product was available."
  217.  
  218. [dialog.regaddr]
  219.   title = "Please fill in your business address."
  220.   nametitle = "&Title:"
  221.   lastname = "&Last Name:","%2[^ ]%*[- ]%*s","Please enter your last name."
  222.   firstname = "&First Name:","%1[^ ]%*[- ]%*s","Please enter your first name."
  223.   company = "Company &Name:","%*[^]","Please enter your complete company name."
  224.   mi = "M.I.:","%c%*[A-Za-z.]","Please enter a single group of characters for your middle name."
  225.   addr = "&Address:","%s%s%*[^]","Please enter your complete address."
  226.   city = "C&ity:","%2c%*[^]","Please enter the name of your city in which you live."
  227.   state = "&State:","%2[A-Z]%*[ ]","Please enter your two-letter state abbreviation."
  228.   country = "&Country:",,"Please select the name of your country."
  229.   phone = "&Phone Number:","%*[ (]%3[0-9]%*[) .-]%3[0-9]%*[ .-]%4[0-9]%*[ x]%*5[0-9]","Please enter your 10-digit phone number including area code."
  230.   fax = "&FAX Number:","%*[ (]%3[0-9]%*[) .-]%3[0-9]%*[- .]%4[0-9]%*[ x]%*5[0-9]","Please enter your 10-digit FAX phone number including area code."
  231.   zip = "&ZIP Code:","%*[ ]%5[0-9]%*[ -]%*4[0-9]","Please enter your complete zip code."
  232.  
  233. [intl.dialog.regaddr]
  234. ; temp fix for gamma. we need to turn off international bit if language is us engl. 
  235.   mi = "M.I.:","%c%*[A-Za-z.]","Please enter a single group of characters for your middle name."
  236.   state = "&State:","%2[A-Z]%*[ ]","Please enter your two-letter state abbreviation."
  237.   country = "&Country:",,"Please select the name of your country."
  238.   phone = "&Phone Number:","%*[ (]%3[0-9]%*[) .-]%3[0-9]%*[ .-]%4[0-9]%*[ x]%*5[0-9]","Please enter your 10-digit phone number including area code."
  239.   fax = "&FAX Number:","%*[ (]%3[0-9]%*[) .-]%3[0-9]%*[- .]%4[0-9]%*[ x]%*5[0-9]","Please enter your 10-digit FAX phone number including area code."
  240.   zip = "&ZIP Code:","%*[ ]%5[0-9]%*[ -]%*4[0-9]","Please enter your complete zip code."
  241. ;  nametitle = ""
  242. ;  mi = ""
  243. ;  state = "P&rovince:","%2c%*[^]","Please enter your full province name."
  244. ;  country = "&Country:",,"Please select the name of your country."
  245. ;  zip = "P&ostal Code:"
  246. ;  phone = "&Phone Number:","%21[0-9 .x()-]","Please enter your complete international phone number."
  247. ;  fax = "&FAX Number:","%21[0-9 .x()-]","Please enter your complete international FAX number."
  248.  
  249. [combo.dialog.regaddr.nametitle]
  250. "Dr."
  251. "Miss"
  252. "Mr."
  253. "Mrs."
  254. "Ms."
  255.  
  256. [combo.intl.dialog.regaddr.nametitle]
  257. "Mr."
  258. "Mrs."
  259. "Miss"
  260. "Ms."
  261. "Dr."
  262.  
  263. [combo.dialog.regaddr.country]
  264. "Canada"
  265. "United States"
  266.  
  267. [combo.intl.dialog.regaddr.country]
  268. "U.K."
  269. "Australia"
  270. "Austria"
  271. "Belgium"
  272. "Czechoslovakia"
  273. "Denmark"
  274. "Finland"
  275. "France"
  276. "Germany"
  277. "Greece"
  278. "Hong Kong"
  279. "Hungary"
  280. "Iceland"
  281. "Ireland"
  282. "Italy"
  283. "Japan"
  284. "Korea"
  285. "Luxembourg"
  286. "Malaysia"
  287. "Netherlands"
  288. "New Zealand"
  289. "Norway"
  290. "Portugal"
  291. "Singapore"
  292. "South Africa"
  293. "Spain"
  294. "Sweden"
  295. "Switzerland"
  296. "Turkey"
  297.  
  298. [dialog.regaddrimportant]
  299.   important = "IMPORTANT"
  300.   para1 = "This is how your mailing address will appear:"
  301.   para2 = "If this information is not correct, please click the \x22Go Back\x22 button to correct your address information."
  302.  
  303. [dialog.regdealer]
  304.   title = "Please enter the following information about your QuarkXPress Passport dealer."
  305.   name = "Dealer\x92s &Name:","%2c%s%*[^]","Please enter the name of the dealer from whom you purchased QuarkXPress."
  306.   city = "Dealer\x92s &City and State:","%s%s%*999c","Please enter the address of the dealer from whom you purchased QuarkXPress, including city and state/province."
  307.  
  308. [intl.dialog.regdealer]
  309.   city = "Dealer\x92s &City and Province:","%s%s%*999c","Please enter the address of the dealer from whom you purchased QuarkXPress, including city and state/province."
  310.  
  311. [dialog.sysinfo1]
  312.   title = "System Information"
  313.   numberofcomputers = "Number of computers:"
  314.   numpcs = "&PCs:"
  315.   nummacs = "&Macs:"
  316.   nettype = "Network &Type:"
  317.   netsoftware = "Network &Software:"
  318.   cdrom = "Yes, I have access to a CD-ROM player."
  319.   applications = "What PC &applications do you use? (please select all that apply)"
  320.   otherapplications = "&Other PC applications:"
  321.  
  322. [combo.dialog.sysinfo1.numpcs]
  323. "1"
  324. "2"
  325. "3-5"
  326. "6-10"
  327. "11-20"
  328. "21-100"
  329. "101-500"
  330. "501+"
  331.  
  332. [combo.dialog.sysinfo1.nummacs]
  333. "0"
  334. "1"
  335. "2"
  336. "3-5"
  337. "6-10"
  338. "11-20"
  339. "21-100"
  340. "101-500"
  341. "501+"
  342.  
  343. [listbox.dialog.sysinfo1.applications]
  344. "Adobe Illustrator"
  345. "Adobe Photoshop"
  346. "Aldus FreeHand"
  347. "Aldus IntelliDraw"
  348. "Aldus PageMaker"
  349. "Deneba Canvas"
  350. "Claris MacWrite"
  351. "Claris MacDraw Pro"
  352. "EfiCachet"
  353. "Microsoft Write"
  354. "Nisus"
  355. "WriteNow"
  356. "WordPerfect"
  357.  
  358. [dialog.sysinfo2]
  359. title = "System Information  (continued)"
  360. printers = "What color &printers do you use? (select all that apply)"
  361. otherprinters = "Other &printers:"
  362. scanners = "What color &scanners do you use? (select all that apply)"
  363. otherscanners = "Other &scanners:"
  364.  
  365. [listbox.dialog.sysinfo2.printers]
  366. "Apple Color Printer"
  367. "CalComp"
  368. "HP DeskWriter C"
  369. "HP PaintJet"
  370. "Lexmark"
  371. "Mitsubishi"
  372. "Oc\xE9 5241"
  373. "QMS ColorScript"
  374. "SuperMac"
  375. "RasterOps"
  376. "Tek Phaser IISD"
  377. "Tek Phaser III"
  378.  
  379. [listbox.dialog.sysinfo2.scanners]
  380. "AGFA"
  381. "Apple"
  382. "Canon"
  383. "Crosfield"
  384. "Dainippon"
  385. "Hell"
  386. "Hewlett-Packard"
  387. "LaCie"
  388. "Microtek"
  389. "Nikon"
  390. "Optronix"
  391. "Scitex"
  392. "Umax"
  393.  
  394. [combo.dialog.sysinfo1.nettype]
  395. "None"
  396. "Arcnet"
  397. "PhoneNet"
  398. "Ethernet"
  399. "EtherTalk"
  400. "LocalTalk"
  401. "Token Ring"
  402.  
  403. [combo.dialog.sysinfo1.netsoftware]
  404. "None"
  405. "AppleShare"
  406. "Banyan Vines"
  407. "LAN Manager"
  408. "LANtastic"
  409. "Novell"
  410. "Tops"
  411.  
  412.  
  413. [dialog.userinfoinfo]
  414.   para1 = "In order to better meet the needs of our customers, we'd like to learn more about how you use QuarkXPress."
  415.  
  416. [dialog.userinfo1]
  417.   title = "User Information Survey"
  418.   learn = "How did you &learn about QuarkXPress?"
  419.   publications = "What professional &publications do you read?\n(please select all that apply)"
  420.   otherpublications = "&Other publications: (please separate names with commas)"
  421.  
  422. [combo.dialog.userinfo1.learn]
  423. "Another User"
  424. "Dealer"
  425. "Service Bureau"
  426. "Trade Show"
  427. "Other:"
  428.  
  429. [listbox.dialog.userinfo1.publications]
  430. "Communication Arts"
  431. "Editor and Publishing"
  432. "Folio"
  433. "How"
  434. "InfoWorld"
  435. "MacUser"
  436. "MacWEEK"
  437. "MacWorld"
  438. "News Inc"
  439. "Pre-"
  440. "Publish"
  441. "Print"
  442. "Seybold Reports"
  443. "Step by Step"
  444. "PC Week"
  445. "PC Magazine"
  446.  
  447. [dialog.userinfo2]
  448.   title = "User Information Survey"
  449.   business = "What is your primary type of &business?"
  450.   otherbusiness = "&Other:"
  451.   create = "What do you &create with QuarkXPress Passport? (select all that apply)"
  452.   othercreate = "&Other uses for QuarkXPress Passport: (separate items with commas)"
  453.   comments = "&General comments:"
  454.  
  455. [combo.dialog.userinfo2.business]
  456. "Advertising Agency"
  457. "Book Publisher"
  458. "Catalog Publisher"
  459. "Corporate Publishing"
  460. "Magazine Publisher"
  461. "Newspaper Publisher"
  462.  
  463. [listbox.dialog.userinfo2.create]
  464. "Advertisements"
  465. "Annual Reports"
  466. "Books"
  467. "Brochures"
  468. "Catalogs"
  469. "Magazines"
  470. "Newsletters"
  471. "Newspapers"
  472. "Technical docs"
  473.  
  474. [dialog.sysenv]
  475.   title = "The following data about your computer has been automatically collected. This information will be used by Quark Technical Support staff and to assist in the development of future products."
  476.   formatstring = "Processor: %s\r\nFPU: %s\r\nKeyboard: %s (type #%d)\r\nDOS version: %d.%d\r\nWindows version: %d.%d\r\nWindows mode: %s\r\nATM Version: %s\r\nTrue Type available: %s\r\nLargest capacity floppy: %dKB\r\nFree memory: %ldKB\r\n\r\nMonitor information:\r\n  Dimensions: %d x %d (pixels), %d possible colors\r\n  DPI: %d x %d\r\n  Video mode palette size: %d\r\n  Driver: %s (%s)\r\n\r\nPrinter Driver: %s"
  477.  
  478. [dialog.thanks]
  479.   para1 = "Thank you for using Quark\x92s electronic registration! Please use the enclosed postage-paid mailer to send us your User Registration Disk as soon as possible. Be sure to include your name and telephone number on the disk label."
  480.   para2 = "You must return your User Registration Disk to receive the benefits of the 90-Day Limited Warranty and the 90-Day Service Plan, as well as to qualify for future upgrade offers."
  481. [dongle.dialog.thanks]
  482.   para1 = "Thank you for using Quark\x92s electronic registration! Please use the enclosed postage-paid mailer to send us your User Registration Disk as soon as possible. Be sure to include your name and telephone number on the disk."
  483.   para2 = "You can now install the hardware lock. For instructions, please refer to the \x22Installing the hardware lock\x22 card in the \x22Getting Started\x22 booklet."
  484.  
  485. ; *** Start of actual installation ***
  486.  
  487. [dialog.start]
  488.   para = "To begin installation of QuarkXPress Passport and to copy auxiliary files, click Continue. You will be asked to specify a drive and directory for the QuarkXPress application and auxiliary files."
  489. [update.dialog.start]
  490.   para = "To begin updating your current version of QuarkXPress Passport and auxiliary files, click Continue. You will be asked to specify the drive and directory for the copy of QuarkXPress Passport and auxiliary files you wish to update."
  491. [demo.dialog.start]
  492.   para = "To begin installation of the QuarkXPress Passport Demo and to copy auxiliary files, click Continue. You will be asked to specify a drive and directory for the QuarkXPress application and auxiliary files."
  493.  
  494. [dialog.installdir]
  495.   para = "Please enter the directory in which you would like to install QuarkXPress Passport."
  496.   customize = "&Customize..."
  497.   installserver = "Copy Files to &Server"
  498. [demo.dialog.installdir]
  499.   para = "Please enter the directory in which you would like to install the QuarkXPress Passport Demo."
  500.  
  501. [update.dialog.installdir]
  502.   para = "Please enter the directory which contains the QuarkXPress Passport you wish to update."
  503.  
  504. [dialog.customize]
  505.   caption = "Select Items to Install"
  506.   section = "&Items:"
  507.   path = "&Path:"
  508.   install = "&Install Highlighted Item"
  509.   update = "&Update Highlighted Item"
  510.   delete = "D&elete Highlighted Item (!)"
  511.   reinstall = "&Reinstall Highlighted Item"
  512.   disabled_subsection = "No Contents"
  513.   view_subsection = "View &Contents"
  514.   hide_subsection = "Hide &Contents"
  515.   browse = "&Browse..."
  516.   totals = "Totals:"
  517.  
  518. [dialog.browse]
  519.   caption = "Select Directory"
  520.   directories = "&Directories:"
  521.   drives = "Dri&ves:"
  522.  
  523. [dialog.progress]
  524.   text = "Press Stop to abort."
  525.  
  526. [dialog.sysstuff]
  527.   para1 = "The installer will now register QuarkXPress Passport with Windows. Part of this registration includes building a QuarkXPress Program Manager group and associated icons. If you do not want this group to be built, please uncheck the \"Create Group\" checkbox below."
  528.   makepmgrp = "Create Group"
  529.   badbuildfiles = "An error occured while building accessory files."
  530.  
  531. [disks]
  532. ; The [disks] section defines the distribution disks that contain the application 
  533. ; files. Install uses this information to tell the user to insert the correct disk.
  534. ; Elsewhere within this .INF file, the distribution disks are normally referred to
  535. ; by a single-character disk ID. This section defines those disk IDs, and includes 
  536. ; information about the disk to which each disk ID refers.
  537. ;
  538. ; The disk ID '0' is reserved; it represents the system directory.
  539. ;
  540. ; The format of each disk definition is:
  541. ;     n = path, title
  542. ;
  543. ;  where
  544. ;     n       is the disk ID (a single character from 1-9 or A-Z).
  545. ;
  546. ;     path    the path of the source directory from which Install should copy 
  547. ;             the files to the disk. The path can be relative to the
  548. ;             source directory (see examples below).
  549. ;
  550. ;     title   is a descriptive name for the disk. The title should match 
  551. ;             the disk's printed or written label exactly.
  552. ; The following disk-definition statements define two distribution disks.
  553.  
  554.   $ =.,                         "QuarkXPress Passport CD"
  555. ; do not localize string below 
  556.   R =.,                         "User Registration Disk"
  557.   0 =.,                         "Windows Directory"
  558.   x =c:\,                       "Root directory"
  559.   y =.,                         "Temporary Directory"
  560.   z =.,                         "Install Directory"
  561.   1 =.,                         "QuarkXPress Passport Installer Disk"
  562.  
  563.   a =.\useng,                   "US English Files"
  564.   b =.\useng\samples,           "US English Samples"
  565.   % =.\useng\tutorial,          "US English Tutorials"
  566.  
  567.   d =.\intleng,                 "Intl English Files"
  568.   e =.\intleng\samples,         "Intl English Samples"
  569.   f =.\intleng\tutorial,        "Intl English Tutorials"
  570.  
  571.   g =.\danish,                  "Danish Files"
  572.   h =.\danish\eksempel,         "Danish Samples"
  573.   j =.\danish\ovelse,           "Danish Tutorials"
  574.  
  575.   k =.\dutch,                   "Dutch Files"
  576.   l =.\dutch\voorbld,           "Dutch Samples"
  577.   m =.\dutch\oefening,          "Dutch Tutorials"
  578.  
  579.   n =.\german,                  "German Files"
  580.   o =.\german\beispiel,         "German Samples"
  581.   p =.\german\ubungen,          "German Tutorials"
  582.  
  583.   q =.\swissger,                "Swiss German Files"
  584.   s =.\swissger\beispiel,       "Swiss German Samples"
  585.   t =.\swissger\ubungen,        "Swiss German Tutorials"
  586.  
  587.   u =.\italian,                 "Italian Files"
  588.   v =.\italian\esempi,          "Italian Samples"
  589.   w =.\italian\esercizi,        "Italian Tutorials"
  590.  
  591.   & =.\spanish,                 "Spanish Files"
  592.   2 =.\spanish\ejemplos,        "Spanish Samples"
  593.   3 =.\spanish\tutorial,        "Spanish Tutorials"
  594.  
  595.   4 =.\swedish,                 "Swedish Files"
  596.   5 =.\swedish\exempel,         "Swedish Samples"
  597.   6 =.\swedish\ovningar,        "Swedish Tutorials"
  598.  
  599.   7 =.\french,                  "French Files"
  600.   8 =.\french\exemples,         "French Samples"
  601.   9 =.\french\initiat,          "French Tutorials"
  602.  
  603.  
  604. ; The first statement tells Install to refer to Disk 1.
  605. ; Because the period (.) denotes the current directory, the files 
  606. ; on that disk will be copied from the root directory of the
  607. ; distribution disk.
  608. ;
  609. ; You can include as many disk-definition statements as necessary. Every 
  610. ; distribution disk should have a corresponding disk-definition statement;
  611. ; otherwise, Install cannot tell the user to insert the appropriate disk.
  612.  
  613. ; The following [app.copy.appstuff] section contains section-definition
  614. ; statements. Each statement defines a section that lists application files
  615. ; to be copied as part of installation. The sections are organized by file 
  616. ; destination; you should define a separate section for each destination 
  617. ; directory.
  618. ;
  619. ; Each section definition has the following form:
  620. ;
  621. ;     [x:]dest_pathname#section_name, section_label, buffer_size, [,flags]
  622. ;       [,bitmap]
  623. ;               -or-
  624. ;     [x:]full_filename, file_title, file_size, [,flags] [,bitmap]
  625. ;
  626. ; where
  627. ;
  628. ;     #section_name     defines the name of the .INF section that lists the
  629. ;                       files to be copied (must start with IDS_GRPPREFIX).
  630. ;
  631. ;     dest_pathname     is the path name of the destination directory, relative
  632. ;                       to the installation directory for file entries and
  633. ;                       explicit target directories if a group is specified.
  634. ;                       (Note: "0:" is a special disk ID that represents the
  635. ;                       WINDOWS system directory (the directory usually labeled
  636. ;                       "\WINDOWS\system"), , and "z:" represents the install
  637. ;                       destination path (eg: "c:\xpress")).
  638. ;
  639. ;     label/title       title displayed in the setup dialog for user's benefit
  640. ;
  641. ;     file_size         file size
  642. ;
  643. ;     buffer_size       additional buffering size (for newly created files and
  644. ;                       such)
  645. ;
  646. ;     flags             Attributes for the file (if the flag is heirarchially
  647. ;                       asserted twice, the state is swapped).
  648. ;                           S = Selected;
  649. ;                           V = Version checking;
  650. ;                           D = Display children;
  651. ;                           B = Broken file (to be assembled into one larger file);
  652. ;                           I = The fIle is shared (like many DLLs);
  653. ;                           C = Compressed file;
  654. ;                           G = Grouped (not seperately selectable);
  655. ;                           N = install only if iNternational;
  656. ;                           M = give special Message if trying to change file path (message.changed);
  657. ;                           R = install only if registration;
  658. ;                           E = install only if installing to sErver;
  659. ;                           P = delete file if Present,
  660. ;                           U = Install only if Updating;
  661. ;                           x = dummy flag (must have at least one flag per section).
  662. ;                       NOTE: The action of the switches are inherited from
  663. ;                       a file's parents; any switches set on children will
  664. ;                       invert (XOR) the switch setting inherited from the
  665. ;                       item's parents.
  666. ;
  667. ;     bitmap            This optional item is the resource number of a bitmap
  668. ;                       included in the .rc file. This bitmap is displayed
  669. ;                       beside the item when examined by the customize dialog.
  670. [app.copy.appstuff]
  671.   c:\passport#app.xpress,       "QuarkXPress Passport for Windows",      0,  SD
  672. ;  c:\passport#app.xpress,       "QuarkXPress",      0,  SD
  673.  
  674. [demo.app.copy.appstuff]
  675.   c:\pportdem#app.demo.xpress,  "QuarkXPress Passport Demo for Windows", 0,  SD
  676.  
  677. [app.xpress]
  678. ;  .#app.inst,                   "Installer Files",              0,  DE
  679.   .#app.appl,                   "Application Files",            0,   D
  680.   .#app.language,               "Language Files",               0,   D
  681.   .\xtension#app.xtensions,     "XTensions",                    0,   D
  682.   .#app.efi,                    "EfiColor Files",               0,   D
  683.   .#app.samtut,                 "Supplemental Files",    0,   D
  684.  
  685. [app.demo.xpress]
  686.   .#app.demo.appl,                   "Application Files",            0,   D
  687.   .#app.language,               "Language Files",               0,   D
  688.   .\xtension#app.xtensions,     "XTensions",                    0,   D
  689.   .#app.samtut,                 "Supplemental Files",    0,   D
  690.  
  691. [app.inst]
  692. ; line below must be inabled and the one below disabled if this is a upgrader
  693. ;  1:upgrade.exe,               "Installer Booter",         12000,  GE
  694.   1:install.exe,                "Installer Booter",         12000,  GE
  695.   1:hinstall.exe,               "Installer",               178000,  GC
  696.   1:quark.inf,                  "Installer File",           45800,  GS
  697.   1:foo2.dat,                   "Installer Data File",        500,  GS
  698.  
  699. [app.appl]
  700.   1:reginfo.dat,                "Quark User Registration",   4000,  GR
  701.   1:release.wri,                  "Release Notes",            17000,   ,  write.exe
  702.   .\passport.exe#app.application, "Application",                0, BDG,
  703.   $:olelib.dll,                 "Quark OLE DLL",            27000,  CG,  packager.exe
  704.   $:quarknet.dll,               "Quark Network DLL",        20000, VCG
  705. ;  $:efinotes.hlp,               "Efi Release Notes",        13000,   C,  winhelp.exe
  706.   0:#app.dlls,                  "System Libraries",             0,   G
  707.   .\pdf#app.pdf.files,          "PDF Files",                    0,   
  708.   .#app.filters,                "Import Filters",               0,   
  709.  
  710. [app.demo.appl]
  711.   1:reginfo.dat,                "Quark User Registration",   4000,  GR
  712.   1:release.wri,                  "Release Notes",            17000,   ,  write.exe
  713.   .\passport.exe#app.application, "Application",                0, BDG,
  714.   $:olelib.dll,                 "Quark OLE DLL",            27000,  CG,  packager.exe
  715.   $:quarknet.dll,               "Quark Network DLL",        20000, VCG
  716.   0:#app.dlls,                  "System Libraries",             0,   G
  717.   .\pdf#app.pdf.files,          "PDF Files",                    0,   
  718.   .#app.filters,                "Import Filters",               0,   
  719.  
  720.  
  721. [app.language]
  722.   .\#app.danish,                "Danish",                       0,   
  723.   .\#app.dutch,                 "Dutch",                        0,   
  724.   .\#app.french,                "French",                       0,   
  725.   .\#app.german,                "German",                       0,   
  726.   .\#app.inteng,                "International English",        0,   
  727.   .\#app.useng,                 "U.S. English",         0,   
  728.   .\#app.italian,               "Italian",                      0,   
  729.   .\#app.spanish,               "Spanish",                      0,   
  730.   .\#app.swedish,               "Swedish",                      0,   
  731.   .\#app.swissger,              "Swiss German",                 0,   
  732.  
  733. [app.danish]
  734.   g:DANISH.DLL,                 "Language dll",                 85000,   G
  735.   g:DANISH.DCT,                 "Language Dictionary",          726000,   G
  736.   g:DANISH.HLP,                 "Help file",                    193000,   G
  737. ;  g:efixt_da.hlp,               "EfiColor Help file",       51000,   ,  winhelp.exe
  738.  
  739. [app.dutch]
  740.   k:DUTCH.DLL,                  "Language dll",                 88000,   G
  741.   k:DUTCH.DCT,                  "Language Dictionary",          475000,  G
  742.   k:DUTCH.HLP,                  "Help file",                    190000,   G
  743. ;  k:efixt_ne.hlp,               "EfiColor Help file",       51000,   ,  winhelp.exe
  744.  
  745. [app.french]
  746.   7:FRENCH.DLL,                 "Language dll",                 91000,   G  
  747.   7:FRENCH.DCT,                 "Language Dictionary",          209000,   G  
  748.   7:FRENCH.HLP,                 "Help file",                    597000,   G  
  749. ;  7:efixt_fr.hlp,               "EfiColor Help file",       51000,   ,  winhelp.exe
  750.  
  751. [app.german]
  752.   n:GERMAN.DLL,                 "Language dll",                 90000,   G  
  753.   n:GERMAN.DCT,                 "Language Dictionary",          888000,   G
  754.   n:GERMAN.HLP,                 "Help file",                    603000,   G  
  755. ;  n:efixt_gr.hlp,               "EfiColor Help file",       51000,   ,  winhelp.exe
  756.  
  757. [app.inteng]
  758.   d:INTLENG.DLL,                "Language dll",                 84000,   G
  759.   d:INTLENG.DCT,                "Language Dictionary",          185000,   G
  760.   d:INTLENG.HLP,                "Help file",                    541000,   G
  761. ;  d:efixt_uk.hlp,               "EfiColor Help file",       51000,   ,  winhelp.exe
  762.  
  763. [app.useng]
  764.   a:ENGLISH.DCT,                 "Language Dictionary",          185000,   G
  765.   a:ENGLISH.HLP,                 "Help file",                    541000,   G
  766. ;  a:efixt.hlp,                  "EfiColor Help file",       51000,   ,  winhelp.exe
  767.  
  768. [app.italian]
  769.   u:ITALIAN.DLL,                "Language dll",                 91000,   G
  770.   u:ITALIAN.DCT,                "Language Dictionary",          380000,   G
  771.   u:ITALIAN.HLP,                "Help file",                    587000,   G
  772. ;  u:efixt_it.hlp,               "EfiColor Help file",       51000,   ,  winhelp.exe
  773.  
  774. [app.spanish]
  775.   &:SPANISH.DLL,                "Language dll",                 93000,   G 
  776.   &:SPANISH.DCT,                "Language Dictionary",          366000,   G 
  777.   &:SPANISH.HLP,                "Help file",                    587000,   G 
  778. ;  &:efixt_sp.hlp,               "EfiColor Help file",       51000,   ,  winhelp.exe
  779.  
  780. [app.swedish]
  781.   4:SWEDISH.DLL,                "Language dll",                 86000,   G 
  782.   4:SWEDISH.DCT,                "Language Dictionary",          471000,   G 
  783.   4:SWEDISH.HLP,                "Help file",                    200000,   G 
  784. ;  4:efixt_sw.hlp,               "EfiColor Help file",       51000,   ,  winhelp.exe
  785.   4:swedhyph.xxt,              "Swedish Hyphenation XTension",  94000,C, xxt_ico
  786.  
  787. [app.swissger]
  788.   q:SWISSGER.DLL,               "Language dll",                 90000,   G 
  789.   q:SWISSGER.DCT,               "Language Dictionary",          888000,   G 
  790.   q:SWISSGER.HLP,               "Help file",                    603000,   G 
  791. ;  q:efixt_sg.hlp,               "EfiColor Help file",       51000,   ,  winhelp.exe
  792.  
  793. [app.application]
  794.   $:passport.0xe,                 "part 1",                  512000,   C
  795.   $:passport.1xe,                 "part 2",                  512000,   C
  796.   $:passport.2xe,                 "part 3",                  512000,   C
  797.   $:passport.3xe,                 "part 4",                  512000,   C
  798.   $:passport.4xe,                 "part 5",                  512000,   C
  799.   $:passport.5xe,                 "part 6",                  512000,   C
  800.   $:passport.6xe,                 "part 7",                  512000,   C
  801.   $:passport.7xe,                 "part 8",                  281000,   C
  802.  
  803. [app.dlls]
  804.   $:dib.drv,                    "DIB driver",               31000, ICV
  805.  
  806. [app.pdf.files]
  807.   $:4CAST.PDF,                  "4CAST",                      450,
  808.   $:BUSILASE.PDF,               "Business LaserPrinter",      450,
  809.   $:CG9000PS.PDF,               "CG 9000PS",                  450,
  810.   $:FIERY.PDF,                  "Fiery",                      450,
  811.   $:LZR2665.PDF,                "LZR2665",                    450,
  812.   $:G5241OCE.PDF,               "G5241-PS OceColor",          450,
  813.   $:LWRI2F-G.PDF,               "LaserWriter II f-g",         450,
  814.   $:LWRI-6X0.PDF,               "LaserWriter Pro 600 & 630",  450,
  815.   $:LWRITER.PDF,                "LaserWriter",                450,
  816.   $:LWRITER2.PDF,               "LaserWriter II",             450,
  817.   $:LWPRO810.PDF,               "LaserWriter Pro 810",        450,
  818.   $:LWSEL360.PDF,               "LaserWriter Select 360",     450,
  819.   $:LINOTRON.PDF,               "Linotronic",                 450,
  820.   $:MONOTYPE.PDF,               "Monotype",                   450,
  821.   $:QMSCOL10.PDF,               "QMS ColorScript-10",         450,
  822.   $:TEKPHCQS.PDF,               "Tek Phaser CQS",             450,
  823.   $:TEKPHPX.PDF,                "Tek Phaser PX",              450,
  824.   $:VT600.PDF,                  "VT-600",                     450,
  825.   $:VT600W.PDF,                 "VT-600W",                    450,
  826.   $:OMNI2115.PDF,               "OmniLaser2115",              450,
  827.   $:QMS2200.PDF,                "QMS-PS 2200",                450,
  828.   $:P400PS.PDF,                 "P400PS",                     450,
  829.   $:SCHL5232.PDF,               "Schlumberger 5232",          450,
  830.   $:QMSCOLOR.PDF,               "QMS ColorScript",            450,
  831.   $:VT4200BP.PDF,               "VT-4200B-P",                 450,
  832.   $:TEKPHCPS.PDF,               "Tek Phaser CPS",             450,
  833.   $:VT4300P.PDF,                "VT-4300P",                   450,
  834.  
  835. [app.filters]
  836.   $:drwfiltr.flt,               "Micrografx Designer 1.0",  62000,   C,  drwflt_ico
  837.   $:hpgl.flt,                   "HPGL Graphics",            56000,   C,  hpglflt_ico
  838.   $:cgmfiltr.flt,               "Computer Graphics Metafile",51000,  C,  cgmflt_ico
  839.   $:amiread.dll,                "Ami Pro 2.0",             107000,   C,  xxt_ico
  840.  
  841. [app.xtensions]
  842.   $:spell.xxt,                  "Spell XTension",          283000,   C,  xxt_ico
  843.   $:xtags.xxt,                  "XPress Tags",              47000,   C,  xxt_ico
  844.   $:writext.xxt,                "Word for DOS/Write for Windows",44000,C,xxt_ico
  845.   $:word1.xxt,                  "Word for Windows 1.x",     49000,   C,  xxt_ico
  846.   $:word2.xxt,                  "Word for Windows 2.0",     61000,   C,  xxt_ico
  847.   $:ktedit.xxt,                 "Kern/Track Editor",        26000,   C,  xxt_ico
  848.   $:wordperf.xxt,               "WordPerfect 5.x",          24000,   C,  xxt_ico
  849.   $:xyfilter.xxt,               "XyWrite III Plus",         38000,   C,  xxt_ico
  850.   $:coolblnd.xxt,               "Coolblends",              342000,   C,  xxt_ico
  851.   .#app.xtjpeg,                 "JPEG Import Files",            0,
  852.   .#app.xtphotocd,              "Photo CD Import Files",        0,
  853.  
  854. [app.xtjpeg]
  855.   $:jpeg.xxt,                   "JPEG File Import",          9000,  GC,  xxt_ico
  856.   $:jpeglib.dll,                "JPEG DLL",                223000,  GC,  xxt_ico
  857.  
  858. [app.xtphotocd]
  859.   $:photocd.xxt,                "Photo CD Import",           8000,  G,  xxt_ico
  860.   $:pcdlib.dll,                 "Photo CD DLL",             85000,  GC,  xxt_ico
  861.  
  862. [app.efi]
  863.   .\eficolor#app.efi.profiles,  "Efi Profiles",                 0,   G
  864.   .\xtension#app.efi.xtension,  "Efi XTension Files",           0,   G
  865.  
  866. [app.efi.profiles]
  867.   $:3mswopc.,                   "SWOP-Coated",             184000,   C
  868.   $:apmon13.,                   "Apple 13\" Monitor",         200,   C
  869.   $:EFIRGB.,                    "Efi Calibrated RGB",         200,   C
  870.   $:HPSCNJ2C.,                  "HP ScanJet IIc",            3200,   C
  871.   $:MKSCNMK2.,                  "Microtek Scanmaker II",     3295,   C
  872.   $:QMCS100.,                   "QMS ColorScript 100",     100000,   C
  873.   $:CNF500C.,                   "Fiery/Canon CLC500 (CT)", 106000,   C
  874.   $:XEF5775C.,                  "Fiery/Xerox 5775",        150000,   C
  875.   $:EUROSCLE.,                  "Euroscale",               185000,   C
  876.   $:VERSION.,                   "Version Info",                 6,   C
  877.   $:LAB.,                       "LAB Color Values",          1000,   C
  878.   $:smmon21.,                   "SuperMatch 21\" Monitor",    200,   C 
  879.  
  880. [app.efi.xtension]
  881.   $:efi.xxt,                    "EfiColor XTension",       171000,   C
  882.   $:eficolor.dll,               "EfiColor DLL",            119000,   C
  883.  
  884. ; ********************************************************************
  885. ;                           SAMPLES/TUTORIALS
  886. ; ********************************************************************
  887.  
  888. [app.samtut]
  889.   .#app.samtut.usengl,                 "U.S. English",                  0,  
  890.   .#app.samtut.intlengl,               "International English",         0, S
  891.   .#app.samtut.danish,                 "Danish",                        0, S
  892.   .#app.samtut.dutch,                  "Dutch",                         0, S
  893.   .#app.samtut.german,                 "German",                        0, S
  894.   .#app.samtut.swissger,               "Swiss German",                  0, S
  895.   .#app.samtut.italian,                "Italian",                       0, S
  896.   .#app.samtut.spanish,                "Spanish",                       0, S
  897.   .#app.samtut.swedish,                "Swedish",                       0, S
  898.   .#app.samtut.french,                 "French",                        0, S 
  899.  
  900. [app.samtut.usengl]
  901.   .\useng\samples#app.samples.usengl,      "Sample Files",              0,   
  902.   .\useng\tutorial#app.tutorial.usengl,    "Tutorial Files",            0,    
  903.   a:coll4out.qxt,                          "Collect for Output Template",  20000, 
  904.  
  905. [app.samtut.intlengl]
  906.   .\intleng\samples#app.samples.intlengl,  "Sample Files",              0,  
  907.   .\intleng\tutorial#app.tutorial.intlengl,"Tutorial Files",            0,  
  908.   d:coll4out.qxt,                          "Collect for Output Template", 20000,
  909.  
  910. [app.samtut.danish]
  911.   .\danish\eksempel#app.samples.danish,    "Eksempelfiler",             0, 
  912.   .\danish\ovelse#app.tutorial.danish,     "╪velsesfiler",              0, 
  913.   g:udskrift.qxt,                          "Electronisk udskriftsanmodning", 20000,
  914.  
  915. [app.samtut.dutch]
  916.   .\dutch\voorbld#app.samples.dutch,       "Voorbeeld-bestanden",       0, 
  917.   .\dutch\oefening#app.tutorial.dutch,     "Oefening-bestanden",        0, 
  918.   k:uitvoer.qxt,                           "Verzamel voor servicebureau", 20000, 
  919.  
  920. [app.samtut.german]
  921.   .\german\beispiel#app.samples.german,    "Beispieldateien",           0, 
  922.   .\german\ubungen#app.tutorial.german,    "▄bungsdateien",             0,
  923.   n:ausgabe.qxt,                           "Ausgabewunsch-Formular",      20000, 
  924.  
  925. [app.samtut.swissger]
  926.   .\swissger\beispiel#app.samples.swissger,"Beispieldateien",           0, 
  927.   .\swissger\ubungen#app.tutorial.swissger,"▄bungsdateien",             0, 
  928.   q:ausgabe.qxt,                           "Ausgabewunsch-Formular",      20000, 
  929.  
  930. [app.samtut.italian]
  931.   .\italian\esempi#app.samples.italian,    "File Esempi",               0,  
  932.   .\italian\esercizi#app.tutorial.italian, "File Esercizi",             0,  
  933.   u:datistam.qxt,                          "Modulo di Informazioni per la Stampa", 20000, 
  934.  
  935. [app.samtut.spanish]
  936.   .\spanish\ejemplos#app.samples.spanish,  "Ficheros ejemplo",          0,   
  937.   .\spanish\tutorial#app.tutorial.spanish, "Ficheros tutoriales",       0,
  938.   &:formimpr.qxt,                          "Formulario de informaci≤n para impresi≤n", 20000, 
  939.  
  940. [app.samtut.swedish]
  941.   .\swedish\ovningar#app.tutorial.swedish, "╓vningsfiler",              0,
  942.   .\swedish\exempel#app.samples.swedish,   "Exempelfiler",              0,
  943.   4:utskrift.qxt,                          "Mall f÷r Samla ihop f÷r utskrift", 20000, 
  944.  
  945. [app.samtut.french]
  946.   .\french\initiat#app.tutorial.french,    "Fichiers d'initiation",     0,   
  947.   .\french\exemples#app.samples.french,    "Fichiers d'exemples",       0,   
  948.   7:sortie.qxt,                            "Gabarit Θlectronique pour la sortie", 20000, 
  949.  
  950.  
  951. ; **************
  952. ;   US ENGLISH
  953. ; **************
  954.  
  955. [app.samples.usengl]
  956.   .\document#app.samdocs.usengl,       "Documents",                    0,   G
  957.   .\library#app.samlibs.usengl,        "Libraries",                    0,   G
  958.   .\pictures#app.sampics.usengl,       "Pictures",                     0,   G
  959.   .\text#app.samtxts.usengl,           "Text Files",                   0,   G
  960.  
  961. [app.demo.samdocs.usengl]
  962.   b:beachcrz.qxd,               "Sample Document",          58000,   C,  doc_ico
  963.   b:cruiser.eps,                "Sample EPS File",          29000,   C,  eps_ico
  964.   b:oldbike.eps,                "Sample EPS File",         256000,   C,  doc_ico
  965.   b:wavepict.pcx,               "Sample PCX File",           3000,   C,  pcx_ico
  966.   b:worldcup.qxd,               "Sample Document",         290000,   C,  doc_ico
  967.  
  968. [app.samdocs.usengl]
  969.   b:beachcrz.qxd,               "Sample Document",          58000,   C,  doc_ico
  970.   b:cruiser.eps,                "Sample EPS File",          29000,   C,  eps_ico
  971.   b:oldbike.eps,                "Sample EPS File",         256000,   C,  doc_ico
  972.   b:wavepict.pcx,               "Sample PCX File",           3000,   C,  pcx_ico
  973.   b:worldcup.qxd,               "Sample Document",         290000,   C,  doc_ico
  974.  
  975. [app.samlibs.usengl]
  976.   b:biking.eps,                 "Sample EPS File",          15000,   C,  eps_ico
  977.   b:bicycle.wmf,                "Sample Windows Metafile",  15000,   C,  eps_ico
  978.   b:qdropcap.eps,               "Sample EPS File",          42000,   C,  eps_ico
  979.   b:sample.qxl,                 "Sample Library",           82000,   C,  qxl_ico
  980.   b:xdropcap.eps,               "Sample EPS File",          32000,   C,  eps_ico
  981.  
  982. [app.sampics.usengl]
  983.   b:biker.tif,                  "Sample TIFF File",         65000,   C,  tiff_ico
  984.   b:bikers.pcx,                 "Sample PCX File",          11000,   C,  pcx_ico
  985.   b:cyclist.eps,                "Sample EPS File",          24000,   C,  eps_ico
  986.   b:wheelart.eps,               "Sample EPS File",          25000,   C,  eps_ico
  987.  
  988. [app.samtxts.usengl]
  989.   b:xprstags.xtg,               "Sample QuarkXPress Tags File",2400, C,  xtag_ico
  990.   b:richtext.rtf,               "Sample RTF File",           5000,   C,  rtf_ico
  991.   b:ascii.txt,                  "Sample Text File",          5000,   C,  notepad.exe
  992.   b:word40.doc,                 "Sample MS-Word 4.0 File",   5000,   C,  winword.exe
  993.   b:mswrite.wri,                "Sample MS-Write File",      5000,   C,  write.exe
  994.  
  995. [app.tutorial.usengl]
  996.   .\color#app.tutclr.usengl,           "Documents",                    0,   G
  997.   .\finished#app.tutfin.usengl,        "Libraries",                    0,   G
  998.   .\layout#app.tutlay.usengl,          "Layout Files",                 0,   G
  999.   .\pictures#app.tutpics.usengl,       "Pictures",                     0,   G
  1000.   .\type#app.tuttype.usengl,           "Typography Files",             0,   G
  1001.   .\wordproc#app.tutwp.usengl,         "Word Processing Files",        0,   G
  1002.  
  1003. [app.tutclr.usengl]
  1004.   %:bikers.pcx,                 "Tutorial PCX File",        15000,   C,  pcx_ico
  1005.   %:biketour.qxt,               "Tutorial QuarkXPress Template",65000,C, doc_ico
  1006.  
  1007. [app.tutfin.usengl]
  1008.   %:fintype.qxd,                "Tutorial Document",        14000,   C,  doc_ico
  1009.   %:finpicts.qxd,               "Tutorial Document",        21000,   C,  doc_ico
  1010.   %:finword.qxd,                "Tutorial Document",        35000,   C,  doc_ico
  1011.   %:fincolor.qxd,               "Tutorial Document",        63000,   C,  doc_ico
  1012.   %:finlayou.qxd,               "Tutorial Document",       354000,   C,  doc_ico
  1013.  
  1014. [app.tutlay.usengl]
  1015.   %:newstemp.qxt,               "Tutorial Document",       322000,   C,  doc_ico
  1016.   %:gears.eps,                  "Tutorial EPS File",        94000,   C,  eps_ico
  1017.   %:handle.eps,                 "Tutorial EPS File",        26000,   C,  eps_ico
  1018.   %:pedal.eps,                  "Tutorial EPS File",        21000,   C,  eps_ico
  1019.   %:text1.txt,                  "Tutorial Text File",        1000,   C,  notepad.exe
  1020.   %:text2.txt,                  "Tutorial Text File",        1000,   C,  notepad.exe
  1021.   %:text3.txt,                  "Tutorial Text File",        1000,   C,  notepad.exe
  1022.  
  1023. [app.tutpics.usengl]
  1024.   %:wheeltem.qxt,               "Tutorial QuarkXPress Template",8000,C, doc_ico
  1025.   %:picstory.txt,               "Tutorial Text File",        2000,   C,  notepad.exe
  1026.   %:wheelart.eps,               "Tutorial EPS File",        25000,   C,  eps_ico
  1027.  
  1028. [app.tuttype.usengl]
  1029.   %:sprocket.qxt,               "Tutorial QuarkXPress Template",12000,C, doc_ico
  1030.  
  1031. [app.tutwp.usengl]
  1032.   %:lettext.txt,                "Tutorial Text File",        1000,   C,  notepad.exe
  1033.   %:spokeart.eps,               "Tutorial EPS File",        46000,   C,  eps_ico
  1034.   %:samplett.qxt,               "Tutorial QuarkXPress Template",31000,C, doc_ico
  1035.  
  1036.  
  1037. ; **************
  1038. ;  INTL ENGLISH
  1039. ; **************
  1040.  
  1041. [app.samples.intlengl]
  1042.   .\document#app.samdocs.intlengl,       "Documents",                    0,   G
  1043.   .\library#app.samlibs.intlengl,        "Libraries",                    0,   G
  1044.   .\pictures#app.sampics.intlengl,       "Pictures",                     0,   G
  1045.   .\text#app.samtxts.intlengl,           "Text Files",                   0,   G
  1046.  
  1047. [app.samdocs.intlengl]
  1048.   e:beachcrz.qxd,               "Sample Document",          58000,   C,  doc_ico
  1049.   e:cruiser.eps,                "Sample EPS File",          29000,   C,  eps_ico
  1050.   e:oldbike.eps,                "Sample EPS File",         256000,   C,  doc_ico
  1051.   e:wavepict.pcx,               "Sample PCX File",           3000,   C,  pcx_ico
  1052.   e:worldcup.qxd,               "Sample Document",         290000,   C,  doc_ico
  1053.  
  1054. [app.samlibs.intlengl]
  1055.   e:biking.eps,                 "Sample EPS File",          15000,   C,  eps_ico
  1056.   e:bicycle.wmf,                "Sample Windows Metafile",  15000,   C,  eps_ico
  1057.   e:qdropcap.eps,               "Sample EPS File",          42000,   C,  eps_ico
  1058.   e:sample.qxl,                 "Sample Library",           82000,   C,  qxl_ico
  1059.   e:xdropcap.eps,               "Sample EPS File",          32000,   C,  eps_ico
  1060.  
  1061. [app.sampics.intlengl]
  1062.   e:biker.tif,                  "Sample TIFF File",         65000,   C,  tiff_ico
  1063.   e:bikers.pcx,                 "Sample PCX File",          11000,   C,  pcx_ico
  1064.   e:cyclist.eps,                "Sample EPS File",          24000,   C,  eps_ico
  1065.   e:wheelart.eps,               "Sample EPS File",          25000,   C,  eps_ico
  1066.  
  1067. [app.samtxts.intlengl]
  1068.   e:xprstags.xtg,               "Sample QuarkXPress Tags File",2400, C,  xtag_ico
  1069.   e:richtext.rtf,               "Sample RTF File",           5000,   C,  rtf_ico
  1070.   e:ascii.txt,                  "Sample Text File",          5000,   C,  notepad.exe
  1071.   e:word40.doc,                 "Sample MS-Word 4.0 File",   5000,   C,  winword.exe
  1072.   e:mswrite.wri,                "Sample MS-Write File",      5000,   C,  write.exe
  1073.  
  1074. [app.tutorial.intlengl]
  1075.   .\colour#app.tutclr.intlengl,           "Documents",                    0,   G
  1076.   .\finished#app.tutfin.intlengl,        "Libraries",                    0,   G
  1077.   .\layout#app.tutlay.intlengl,          "Layout Files",                 0,   G
  1078.   .\pictures#app.tutpics.intlengl,       "Pictures",                     0,   G
  1079.   .\type#app.tuttype.intlengl,           "Typography Files",             0,   G
  1080.   .\wordproc#app.tutwp.intlengl,         "Word Processing Files",        0,   G
  1081.  
  1082. [app.tutclr.intlengl]
  1083.   f:bikers.pcx,                 "Tutorial PCX File",        15000,   C,  pcx_ico
  1084.   f:biketour.qxt,               "Tutorial QuarkXPress Template",65000,C, doc_ico
  1085.  
  1086. [app.tutfin.intlengl]
  1087.   f:fintype.qxd,                "Tutorial Document",        14000,   C,  doc_ico
  1088.   f:finpicts.qxd,               "Tutorial Document",        21000,   C,  doc_ico
  1089.   f:finword.qxd,                "Tutorial Document",        35000,   C,  doc_ico
  1090.   f:fincolor.qxd,               "Tutorial Document",        63000,   C,  doc_ico
  1091.   f:finlayou.qxd,               "Tutorial Document",       354000,   C,  doc_ico
  1092.  
  1093. [app.tutlay.intlengl]
  1094.   f:newstemp.qxt,               "Tutorial Document",       322000,   C,  doc_ico
  1095.   f:gears.eps,                  "Tutorial EPS File",        94000,   C,  eps_ico
  1096.   f:handle.eps,                 "Tutorial EPS File",        26000,   C,  eps_ico
  1097.   f:pedal.eps,                  "Tutorial EPS File",        21000,   C,  eps_ico
  1098.   f:text1.txt,                  "Tutorial Text File",        1000,   C,  notepad.exe
  1099.   f:text2.txt,                  "Tutorial Text File",        1000,   C,  notepad.exe
  1100.   f:text3.txt,                  "Tutorial Text File",        1000,   C,  notepad.exe
  1101.  
  1102. [app.tutpics.intlengl]
  1103.   f:wheeltem.qxt,               "Tutorial QuarkXPress Template",8000,C, doc_ico
  1104.   f:picstory.txt,               "Tutorial Text File",        2000,   C,  notepad.exe
  1105.   f:wheelart.eps,               "Tutorial EPS File",        25000,   C,  eps_ico
  1106.  
  1107. [app.tuttype.intlengl]
  1108.   f:sprocket.qxt,               "Tutorial QuarkXPress Template",12000,C, doc_ico
  1109.  
  1110. [app.tutwp.intlengl]
  1111.   f:lettext.txt,                "Tutorial Text File",        1000,   C,  notepad.exe
  1112.   f:spokeart.eps,               "Tutorial EPS File",        46000,   C,  eps_ico
  1113.   f:samplett.qxt,               "Tutorial QuarkXPress Template",31000,C, doc_ico
  1114.  
  1115.  
  1116. ; **************
  1117. ;    DANISH 
  1118. ; **************
  1119.  
  1120. [app.samples.danish]
  1121.   .\dokument#app.samdocs.danish,       "Dokumenter",           0,      G
  1122.   .\qbiblio#app.samlibs.danish,        "Bibliotek",            0,      G
  1123.   .\billeder#app.sampics.danish,       "Billeder",             0,      G
  1124.   .\tekst#app.samtxts.danish,          "Tekstfiler",           0,      G
  1125.  
  1126. [app.samdocs.danish]
  1127.   h:krydser.qxd,        "Eksempeldokument",             60000,  x,      doc_ico
  1128.   h:krydser.eps,    "Eksempel EPS fil",     30000,      x,      eps_ico
  1129.   h:glcykel.eps,    "Eksempel EPS fil",    260000,      x,      doc_ico
  1130.   h:havpict.pcx,        "Eksempel PCX fil",              3000,  x,      pcx_ico
  1131.   h:mestersk.qxd,   "Eksempeldokument",    290000,      x,      doc_ico
  1132.  
  1133. [app.samlibs.danish]
  1134.   h:cykling.eps,        "Eksempel EPS fil",             20000,  x,      eps_ico
  1135.   h:cykel.wmf,          "Eksempel Windows Metafil",     20000,  x,      eps_ico
  1136.   h:quncial.eps,        "Eksempel EPS fil",             45000,  x,      eps_ico
  1137.   h:eksempel.qxl,       "Eksempel Bibliotek",   75000,  x,      qxl_ico
  1138.   h:xuncial.eps,        "Eksempel EPS fil",             35000,  x,      eps_ico
  1139.  
  1140. [app.sampics.danish]
  1141.   h:cyklist.tif,        "Eksempel TIFF fil",            70000,  x,      tiff_ico
  1142.   h:cyklist.pcx,        "Eksempel PCX fil",                 15000,      x,      pcx_ico
  1143.   h:glcyk.eps,      "Eksempel EPS fil",         25000,  x,      eps_ico
  1144.   h:hjul.eps,       "Eksempel EPS fil",         25000,  x,      eps_ico
  1145.  
  1146. [app.samtxts.danish]
  1147.   h:xprform.xtg,        "Eksempel QuarkXPress Passport Formmµrke fil",    5000,  x,      xtag_ico
  1148.   h:rtf.rtf,            "Eksempel RTF fil",                  5000,      x,      rtf_ico
  1149.   h:ascii.txt,          "Eksempel tekstfil",             5000,  x,      notepad.exe
  1150.   h:word40.doc,         "Eksempel MS-Word 4.0 fil",      5000,  x,      winword.exe
  1151.   h:write.wri,          "Eksempel MS-Write fil",         5000,  x,      write.exe
  1152.  
  1153. [app.tutorial.danish]
  1154.   .\farver#app.tutclr.danish,          "Dokumenter",               0,  G
  1155.   .\ok-dok#app.tutfin.danish,      "Bibliotek",                0,      G
  1156.   .\layout#app.tutlay.danish,          "Layoutfiler",              0,  G
  1157.   .\billeder#app.tutpics.danish,       "Billeder",                     0,      G
  1158.   .\typograf#app.tuttype.danish,       "Indtastningsfiler",            0,      G
  1159.   .\teksteks#app.tutwp.danish,         "Tekstbehandlingsfiler",        0,      G
  1160.  
  1161. [app.tutclr.danish]
  1162.   j:cyklist.pcx,                    "╪velses PCX fil",          15000,  x,      pcx_ico
  1163.   j:tur.qxt,                    "╪velses QuarkXPress Passport skabelon",         65000,  x,      doc_ico
  1164.  
  1165. [app.tutfin.danish]
  1166.   j:typ-ok.qxd,                 "╪velsesdokument",       15000, x,      doc_ico
  1167.   j:bil-ok.qxd,                 "╪velsesdokument",       25000, x,      doc_ico
  1168.   j:tekst-ok.qxd,                   "╪velsesdokument",       20000,     x,      doc_ico
  1169.   j:farve-ok.qxd,                   "╪velsesdokument",       65000,     x,      doc_ico
  1170.   j:lyo-ok.qxd,                 "╪velsesdokument",      105000, x,      doc_ico
  1171.  
  1172. [app.tutlay.danish]
  1173.   j:cykelny.qxt,                "╪velsesdokument",       90000, x,      doc_ico
  1174.   j:gear.eps,                   "╪velses EPS fil",       95000, x,      eps_ico
  1175.   j:styrdel.eps,                "╪velses EPS fil",       30000, x,      eps_ico
  1176.   j:pedal.eps,                  "╪velses EPS fil",       25000, x,      eps_ico
  1177.   j:tekst1.txt,                 "╪velses tekstfil",       1000, x,      notepad.exe
  1178.   j:tekst2.txt,                 "╪velses tekstfil",       1000, x,      notepad.exe
  1179.   j:tekst3.txt,                 "╪velses tekstfil",       1000, x,      notepad.exe
  1180.  
  1181. [app.tutpics.danish]
  1182.   j:hjulskab.qxt,               "╪velses QuarkXPress Passport skabelon",          10000, x,      doc_ico
  1183.   j:picart.txt,                 "╪velses tekstfil",                       5000, x,      notepad.exe
  1184.   j:hjul.eps,           "╪velses EPS fil",                       25000, x,      eps_ico
  1185.  
  1186. [app.tuttype.danish]
  1187.   j:eger.qxt,                   "╪velses QuarkXPress Passport skabelon",          15000, x,      doc_ico
  1188.  
  1189. [app.tutwp.danish]
  1190.   j:brev.txt,                   "╪velses tekstfil",       1000, x,      notepad.exe
  1191.   j:spokelgo.eps,               "╪velses EPS fil",       50000, x,      eps_ico
  1192.   j:eksbrev.qxt,                "╪velses QuarkXPress Passport skabelon",          15000, x,      doc_ico
  1193.  
  1194.  
  1195. ; **************
  1196. ;     DUTCH
  1197. ; **************
  1198.  
  1199. [app.samples.dutch]
  1200.   .\voorbdoc#app.samdocs.dutch,       "Documenten",                 0,   G
  1201.   .\voorbblb#app.samlibs.dutch,       "Bibliotheken",               0,   G
  1202.   .\vbillus#app.sampics.dutch,        "Illustraties",               0,   G
  1203.   .\vbtekst#app.samtxts.dutch,        "Tekstbestanden",             0,   G
  1204.  
  1205. [app.samdocs.dutch]
  1206.   l:cruisopm.qxd,       "Voorbeeld-document",             60000,  C,      doc_ico
  1207.   l:cruiser.eps,        "Voorbeeld-EPS-bestand",          30000,  C,      eps_ico
  1208.   l:fietser.eps,        "Voorbeeld-EPS-bestand",         260000,  C,      doc_ico
  1209.   l:golfpict.pcx,       "Voorbeeld-PCX-bestand",           3000,  C,      pcx_ico
  1210.   l:wereldcu.qxd,       "Voorbeeld-document",            290000,  C,      doc_ico
  1211.  
  1212. [app.samlibs.dutch]
  1213.   l:fietsen.eps,          "Voorbeeld-EPS-bestand",              20000,  C,      eps_ico
  1214.   l:fiets.wmf,          "Voorbeeld-Windows Metafile",         20000,  C,      eps_ico
  1215.   l:qinit.eps,          "Voorbeeld-EPS-bestand",              45000,  C,      eps_ico
  1216.   l:voorbbib.qxl,       "Voorbeeld-bibliotheek",              75000,  C,      qxl_ico
  1217.   l:xinit.eps,          "Voorbeeld-EPS-bestand",              35000,  C,      eps_ico
  1218.  
  1219. [app.sampics.dutch]
  1220.   l:mtbiker.tif,        "Voorbeeld-TIFF-bestand",               70000,  C,      tiff_ico
  1221.   l:fietsers.pcx,       "Voorbeeld-PCX-bestand",                15000,  C,      pcx_ico
  1222.   l:fiets29.eps,        "Voorbeeld-EPS-bestand",                25000,  C,      eps_ico
  1223.   l:wielart.eps,        "Voorbeeld-EPS-bestand",                25000,  C,      eps_ico
  1224.  
  1225. [app.samtxts.dutch]
  1226.   l:xpresopm.xtg,       "Voorbeeld-bestand QuarkXPress Passport Opmaaklabels",    5000,  x,      xtag_ico
  1227.   l:richtext.rtf,       "Voorbeeld-RTF-bestand",                         5000,  C,      rtf_ico
  1228.   l:ascii.txt,          "Voorbeeld-tekstbestand",                        5000,  C,      notepad.exe
  1229.   l:word40.doc,         "Voorbeeld-MS-Word 4.0-bestand",                 5000,  C,      winword.exe
  1230.   l:mswrite.wri,        "Voorbeeld-MS-Write-bestand",                    5000,  C,      write.exe
  1231.  
  1232. [app.tutorial.dutch]
  1233.   .\kleur#app.tutclr.dutch,           "Documenten",                 0, G
  1234.   .\voltooid#app.tutfin.dutch,        "Bibliotheken",               0, G
  1235.   .\opmaak#app.tutlay.dutch,          "Opmaakbestanden",            0, G
  1236.   .\illus#app.tutpics.dutch,       "Illustraties",               0, G
  1237. ;  .\typo#app.tuttype.dutch,          "Bestanden met lettertypen",  0,
  1238.   .\typo#app.tuttype.dutch,          "n",  0,
  1239.   .\tekst#app.tutwp.dutch,            "Tekstverwerkingsbestanden",  0, G
  1240.  
  1241. [app.tutclr.dutch]
  1242.   m:fietsers.pcx,              "PCX-bestand voor Werkboek",                15000,   C,  pcx_ico
  1243.   m:tour.qxt,                     "QuarkXPress Passport-sjabloon voor Werkboek",    65000,   C, doc_ico
  1244.  
  1245. [app.tutfin.dutch]
  1246.   m:typog-vd.qxd,               "Document voor Werkboek",        15000, C,      doc_ico
  1247.   m:illus-vd.qxd,               "Document voor Werkboek",        25000, C,      doc_ico
  1248.   m:tekst-vd.qxd,               "Document voor Werkboek",        20000, C,      doc_ico
  1249.   m:kleur-vd.qxd,               "Document voor Werkboek",        65000, C,      doc_ico
  1250.   m:pgopm-vd.qxd,               "Document voor Werkboek",       105000, C,      doc_ico
  1251.  
  1252. [app.tutlay.dutch]
  1253.   m:newssjab.qxt,               "Document voor Werkboek",        90000, C,  doc_ico
  1254.   m:versnel.eps,                "EPS-bestand voor Werkboek",     95000, C,      eps_ico
  1255.   m:stuur.eps,                  "EPS-bestand voor Werkboek",     30000, C,      eps_ico
  1256.   m:pedaal.eps,                 "EPS-bestand voor Werkboek",     25000, C,      eps_ico
  1257.   m:tekst1.txt,                 "Tekstbestand voor Werkboek",     1000, C,      notepad.exe
  1258.   m:tekst2.txt,                 "Tekstbestand voor Werkboek",     1000, C,      notepad.exe
  1259.   m:tekst3.txt,                 "Tekstbestand voor Werkboek",     1000, C,      notepad.exe
  1260.  
  1261. [app.tutpics.dutch]
  1262.   m:wielsjab.qxt,               "QuarkXPress Passport-sjabloon voor Werkboek",    10000, C,      doc_ico
  1263.   m:illartik.txt,               "Tekstbestand voor Werkboek",             5000, C,      notepad.exe
  1264.   m:wielart.eps,                "EPS-bestand voor Werkboek",             25000, C,      eps_ico
  1265.  
  1266. [app.tuttype.dutch]
  1267.   m:sprocket.qxt,               "QuarkXPress Passport-sjabloon voor Werkboek",    15000, C,      doc_ico
  1268. ;  m:sprocket.qxt,               "boek",    15000, C,      doc_ico
  1269.  
  1270. [app.tutwp.dutch]
  1271.   m:brief.txt,                  "Tekstbestand voor Werkboek",             1000, C,      notepad.exe
  1272.   m:spaakart.eps,               "EPS-bestand voor Werkboek",             50000, C,      eps_ico
  1273.   m:oefenbrf.qxt,               "QuarkXPress Passport-sjabloon voor Werkboek",    15000, C,      doc_ico
  1274.  
  1275.  
  1276. ; **************
  1277. ;     GERMAN 
  1278. ; **************
  1279.  
  1280. [app.samples.german]
  1281.   .\dokument#app.samdocs.german,   "Dokumente",                    0,   G
  1282.   .\biblioth#app.samlibs.german,   "Bibliotheken",                    0,   G
  1283.   .\bilder#app.sampics.german,     "Bilder",                     0,   G
  1284.   .\texte#app.samtxts.german,      "Textdateien",                   0,   G
  1285.  
  1286. [app.samdocs.german]
  1287.   o:strandkr.qxd,    "Beispieldokument",          34000,   C,  doc_ico
  1288.   o:kreuzer.eps,     "EPS-Beispieldatei",         29000,   C,  eps_ico
  1289.   o:oldie.eps,       "EPS-Beispieldatei",         256000,  C,  doc_ico
  1290.   o:welle.pcx,       "PCX-Beispieldatei",         3000,    C,  pcx_ico
  1291.   o:weltcup.qxd,     "Beispieldokument",          79000,   C,  doc_ico
  1292.  
  1293. [app.samlibs.german]
  1294.   o:radfahrn.eps,    "EPS-Beispieldatei",         15000,   C,  eps_ico
  1295.   o:fahrrad.wmf,     "Beispiel Windows Metadatei",15000,   C,  eps_ico
  1296.   o:q.eps,           "EPS-Beispieldatei",         42000,   C,  eps_ico
  1297.   o:biblioth.qxl,    "Beispielbibliothek",        73000,   C,  qxl_ico
  1298.   o:x.eps,           "EPS-Beispieldatei",         32000,   C,  eps_ico
  1299.  
  1300. [app.sampics.german]
  1301.   o:bergrad.tif,     "TIFF-Beispieldatei",        65000,   C,  tiff_ico
  1302.   o:radler.pcx,      "PCX-Beispieldatei",         11000,   C,  pcx_ico
  1303.   o:radler.eps,      "EPS-Beispieldatei",         24000,   C,  eps_ico
  1304.   o:radform.eps,     "EPS-Beispieldatei",         25000,   C,  eps_ico
  1305.  
  1306. [app.samtxts.german]
  1307.   o:xpresmrk.xtg,    "Beispiel QuarkXPressMarken-Datei",2400, C,  xtag_ico
  1308.   o:richtext.rtf,    "RTF-Beispieldatei",         2800,    C,  rtf_ico
  1309.   o:ascii.txt,       "Beispiel Textdatei",        1900,    C,  notepad.exe
  1310.   o:word40.doc,      "MS-Word 4.0 Beispieldatei", 5000,    C,  winword.exe
  1311.   o:mswrite.wri,     "MS-Write Beispieldatei",    2400,    C,  write.exe
  1312.  
  1313. [app.tutorial.german]
  1314.   .\farbbsp#app.tutclr.german,   "Dokumente",               0,  G
  1315.   .\frtgdok#app.tutfin.german,   "Bibliotheken",            0,  G
  1316.   .\layoutbp#app.tutlay.german,  "Layout-Dateien",          0,  G
  1317.   .\bildbsp#app.tutpics.german,  "Bilden",                  0,  G
  1318.   .\typobsp#app.tuttype.german,  "Stil-Dateien",            0,  G
  1319.   .\textvbsp#app.tutwp.german,   "Textverarbeitungsdateien",0,  G
  1320.  
  1321. [app.tutclr.german]
  1322.   p:radler.pcx,        "PCX-▄bungsdatei",        11000,   C,  pcx_ico
  1323.   p:radtour.qxt,       "QuarkXPress Passport-▄bungsformular",65000,C, doc_ico
  1324.  
  1325. [app.tutfin.german]
  1326.   p:typo.qxd,          "▄bungsdokument",        14000,   C,  doc_ico
  1327.   p:bilder.qxd,        "▄bungsdokument",        21000,   C,  doc_ico
  1328.   p:text.qxd,          "▄bungsdokument",        16000,   C,  doc_ico
  1329.   p:farbe.qxd,         "▄bungsdokument",        67000,   C,  doc_ico
  1330.   p:layout.qxd,        "▄bungsdokument",       112000,   C,  doc_ico
  1331.  
  1332. [app.tutlay.german]
  1333.   p:radsport.qxt,      "▄bungsdokument",        96000,   C,  doc_ico
  1334.   p:gange.eps,         "EPS-▄bungsdatei",        94000,   C,  eps_ico
  1335.   p:lenker.eps,        "EPS-▄bungsdatei",        26000,   C,  eps_ico
  1336.   p:pedale.eps,        "EPS-▄bungsdatei",        21000,   C,  eps_ico
  1337.   p:text1.txt,         "▄bungstextdatei",        1000,   C,  notepad.exe
  1338.   p:text2.txt,         "▄bungstextdatei",        1000,   C,  notepad.exe
  1339.   p:text3.txt,         "▄bungstextdatei",        1000,   C,  notepad.exe
  1340.  
  1341. [app.tutpics.german]
  1342.   p:rad.qxt,           "QuarkXPress Passport-▄bungsformular",9000,C, doc_ico
  1343.   p:bildtext.txt,      "▄bungstextdatei",        2000,   C,  notepad.exe
  1344.   p:radform.eps,       "EPS-▄bungsdatei",        25000,   C,  eps_ico
  1345.  
  1346. [app.tuttype.german]
  1347.   p:zahnkrnz.qxt,      "QuarkXPress Passport-▄bungsformular",12000,C, doc_ico
  1348.  
  1349. [app.tutwp.german]
  1350.   p:brief.txt,         "▄bungstextdatei",        1000,   C,  notepad.exe
  1351.   p:speichen.eps,      "EPS-▄bungsdatei",        46000,   C,  eps_ico
  1352.   p:brieftxt.qxt,      "QuarkXPress Passport-▄bungsformular",14000,C, doc_ico
  1353.  
  1354.  
  1355. ; **************
  1356. ;  SWISS GERMAN 
  1357. ; **************
  1358.  
  1359. [app.samples.swissger]
  1360.   .\dokument#app.samdocs.swissger,       "Dokumente",                    0,   G
  1361.   .\biblioth#app.samlibs.swissger,        "Bibliotheken",                    0,   G
  1362.   .\bilder#app.sampics.swissger,       "Bilder",                     0,   G
  1363.   .\texte#app.samtxts.swissger,           "Textdateien",                   0,   G
  1364.  
  1365. [app.samdocs.swissger]
  1366.   s:strandkr.qxd,               "Beispieldokument",          34000,   C,  doc_ico
  1367.   s:kreuzer.eps,                "EPS-Beispieldatei",          29000,   C,  eps_ico
  1368.   s:oldie.eps,                "EPS-Beispieldatei",         256000,   C,  doc_ico
  1369.   s:welle.pcx,               "PCX-Beispieldatei",           3000,   C,  pcx_ico
  1370.   s:weltcup.qxd,               "Beispieldokument",         79000,   C,  doc_ico
  1371.  
  1372. [app.samlibs.swissger]
  1373.   s:radfahrn.eps,                 "EPS-Beispieldatei",          15000,   C,  eps_ico
  1374.   s:fahrrad.wmf,                "Beispiel Windows Metadatei",  15000,   C,  eps_ico
  1375.   s:q.eps,               "EPS-Beispieldatei",          42000,   C,  eps_ico
  1376.   s:biblioth.qxl,        "Beispielbibliothek",          73000,   C,  qxl_ico
  1377.   s:x.eps,               "EPS-Beispieldatei",          32000,   C,  eps_ico
  1378.  
  1379. [app.sampics.swissger]
  1380.   s:bergrad.tif,                  "TIFF-Beispieldatei",         65000,   C,  tiff_ico
  1381.   s:radler.pcx,                 "PCX-Beispieldatei",          11000,   C,  pcx_ico
  1382.   s:radler.eps,                "EPS-Beispieldatei",          24000,   C,  eps_ico
  1383.   s:radform.eps,               "EPS-Beispieldatei",          25000,   C,  eps_ico
  1384.  
  1385. [app.samtxts.swissger]
  1386.   s:xpresmrk.xtg,               "Beispiel QuarkXPress PassportMarken-Datei",2400, C,  xtag_ico
  1387.   s:richtext.rtf,               "RTF-Beispieldatei",           2800,   C,  rtf_ico
  1388.   s:ascii.txt,                  "Beispiel Textdatei",          1900,   C,  notepad.exe
  1389.   s:word40.doc,                 "MS-Word 4.0 Beispieldatei",   5000,   C,  winword.exe
  1390.   s:mswrite.wri,                "MS-Write Beispieldatei",      2400,   C,  write.exe
  1391.  
  1392. [app.tutorial.swissger]
  1393.   .\farbbsp#app.tutclr.swissger,           "Dokumente",                    0,   G
  1394.   .\frtgdok#app.tutfin.swissger,        "Bibliotheken",                    0,   G
  1395.   .\layoutbp#app.tutlay.swissger,          "Layout-Dateien",                 0,   G
  1396.   .\bildbsp#app.tutpics.swissger,       "Bilden",                     0,   G
  1397.   .\typobsp#app.tuttype.swissger,           "Stil-Dateien",             0,   G
  1398.   .\textvbsp#app.tutwp.swissger,         "Textverarbeitungsdateien",        0,   G
  1399.  
  1400. [app.tutclr.swissger]
  1401.   t:radler.pcx,                 "PCX-▄bungsdatei",        11000,   C,  pcx_ico
  1402.   t:radtour.qxt,               "QuarkXPress Passport-▄bungsformular",65000,C, doc_ico
  1403.  
  1404. [app.tutfin.swissger]
  1405.   t:typo.qxd,                "▄bungsdokument",        14000,   C,  doc_ico
  1406.   t:bilder.qxd,               "▄bungsdokument",        21000,   C,  doc_ico
  1407.   t:text.qxd,                "▄bungsdokument",        16000,   C,  doc_ico
  1408.   t:farbe.qxd,               "▄bungsdokument",        67000,   C,  doc_ico
  1409.   t:layout.qxd,               "▄bungsdokument",       112000,   C,  doc_ico
  1410.  
  1411. [app.tutlay.swissger]
  1412.   t:radsport.qxt,               "▄bungsdokument",        96000,   C,  doc_ico
  1413.   t:gange.eps,                  "EPS-▄bungsdatei",        94000,   C,  eps_ico
  1414.   t:lenker.eps,                 "EPS-▄bungsdatei",        26000,   C,  eps_ico
  1415.   t:pedale.eps,                  "EPS-▄bungsdatei",        21000,   C,  eps_ico
  1416.   t:text1.txt,                  "▄bungstextdatei",        1000,   C,  notepad.exe
  1417.   t:text2.txt,                  "▄bungstextdatei",        1000,   C,  notepad.exe
  1418.   t:text3.txt,                  "▄bungstextdatei",        1000,   C,  notepad.exe
  1419.  
  1420. [app.tutpics.swissger]
  1421.   t:rad.qxt,               "QuarkXPress Passport-▄bungsformular",9000,C, doc_ico
  1422.   t:bildtext.txt,               "▄bungstextdatei",        2000,   C,  notepad.exe
  1423.   t:radform.eps,               "EPS-▄bungsdatei",        25000,   C,  eps_ico
  1424.  
  1425. [app.tuttype.swissger]
  1426.   t:zahnkrnz.qxt,               "QuarkXPress Passport-▄bungsformular",12000,C, doc_ico
  1427.  
  1428. [app.tutwp.swissger]
  1429.   t:brief.txt,                "▄bungstextdatei",        1000,   C,  notepad.exe
  1430.   t:speichen.eps,               "EPS-▄bungsdatei",        46000,   C,  eps_ico
  1431.   t:brieftxt.qxt,               "QuarkXPress Passport-▄bungsformular",14000,C, doc_ico
  1432.  
  1433.  
  1434. ; **************
  1435. ;    ITALIAN  
  1436. ; **************
  1437.  
  1438. [app.samples.italian]
  1439.   .\document#app.samdocs.italian,       "Documenti",                    0,   G
  1440.   .\libreria#app.samlibs.italian,        "Librerie",                    0,   G
  1441.   .\immagini#app.sampics.italian,       "Immagini",                     0,   G
  1442.   .\testo#app.samtxts.italian,           "File di testo",                   0,   G
  1443.  
  1444. [app.samdocs.italian]
  1445.   v:nave.qxd,               "Documento di esempio",          34000,   C,  doc_ico
  1446.   v:crociera.eps,                "File EPS di esempio",          29000,   C,  eps_ico
  1447.   v:antica.eps,                "File EPS di esempio",         256000,   C,  doc_ico
  1448.   v:onda.pcx,               "File PCX di esempio",           3000,   C,  pcx_ico
  1449.   v:coppa29.qxd,               "Documento di esempio",         83000,   C,  doc_ico
  1450.  
  1451. [app.samlibs.italian]
  1452.   v:pedalare.eps,                 "File EPS di esempio",          15000,   C,  eps_ico
  1453.   v:bici.wmf,                "Windows Metafile di esempio",  15000,   C,  eps_ico
  1454.   v:qmaiusc.eps,               "File EPS di esempio",          42000,   C,  eps_ico
  1455.   v:esempi.qxl,                 "Libreria di esempio",           52000,   C,  qxl_ico
  1456.   v:xmaiusc.eps,               "File EPS di esempio",          32000,   C,  eps_ico
  1457.  
  1458. [app.sampics.italian]
  1459.   v:ciclista.tif,                  "File TIFF di esempio",         65000,   C,  tiff_ico
  1460.   v:ciclisti.pcx,                 "File PCX di esempio",          11000,   C,  pcx_ico
  1461.   v:ciclista.eps,                "File EPS di esempio",          24000,   C,  eps_ico
  1462.   v:disruota.eps,               "File EPS di esempio",          25000,   C,  eps_ico
  1463.  
  1464. [app.samtxts.italian]
  1465.   v:indicxpr.xtg,               "File degli indicatori QuarkXPress Passport di esempio",2400, C,  xtag_ico
  1466.   v:richtext.rtf,               "File RTF di esempio",           3000,   C,  rtf_ico
  1467.   v:ascii.txt,                  "File di testo di esempio",          2000,   C,  notepad.exe
  1468.   v:word40.doc,                 "File MS-Word 4.0 di esempio",   5000,   C,  winword.exe
  1469.   v:mswrite.wri,                "File MS-Write di esempio",      2400,   C,  write.exe
  1470.  
  1471. [app.tutorial.italian]
  1472.   .\colore#app.tutclr.italian,           "Documenti",                    0,   G
  1473.   .\completi#app.tutfin.italian,        "Librerie",                    0,   G
  1474.   .\impagin#app.tutlay.italian,          "File di Layout",                 0,   G
  1475.   .\immagini#app.tutpics.italian,       "Immagini",                     0,   G
  1476.   .\caratt#app.tuttype.italian,           "File Tipografia",             0,   G
  1477.   .\trattest#app.tutwp.italian,         "File Trattamento testi",        0,   G
  1478.  
  1479. [app.tutclr.italian]
  1480.   w:ciclista.pcx,        "File PCX per esercitazione",         11000,    x,    pcx_ico
  1481.   w:girocicl.qxt,    "Modello QuarkXPress Passport per esercitazione",     63000,    x,    doc_ico
  1482.  
  1483. [app.tutfin.italian]
  1484.   w:carcomp.qxd,        "Documento per esercitazione",      14000,    x,    doc_ico
  1485.   w:immcomp.qxd,        "Documento per esercitazione",     21000,    x,    doc_ico
  1486.   w:testcomp.qxd,        "Documento per esercitazione",      16000,    x,    doc_ico
  1487.   w:colcomp.qxd,        "Documento per esercitazione",      63000,    x,    doc_ico
  1488.   w:impcomp.qxd,        "Documento per esercitazione",    103000,    x,    doc_ico
  1489.  
  1490. [app.tutlay.italian]
  1491.   w:notiztem.qxt,        "Documento per esercitazione",      90000,    x,    doc_ico
  1492.   w:carter.eps,            "File EPS per esercitazione",     94000,    x,    eps_ico
  1493.   w:manub.eps,            "File EPS per esercitazione",      26000,    x,    eps_ico
  1494.   w:pedale.eps,            "File EPS per esercitazione",      21000,    x,    eps_ico
  1495.   w:testo1.txt,            "File di testo per esercitazione",      1000,    x,    notepad.exe
  1496.   w:testo2.txt,            "File di testo per esercitazione",      1000,    x,    notepad.exe
  1497.   w:testo3.txt,            "File di testo per esercitazione",      1000,    x,    notepad.ex
  1498.  
  1499. [app.tutpics.italian]
  1500.   w:modruota.qxt,        "Modello QuarkXPress Passport per esercitazione",      8000,    x,    doc_ico
  1501.   w:testoimm.txt,        "File di testo per esercitazione",      2000,    x,    notepad.exe
  1502.   w:disruota.eps,        "File EPS per esercitazione",      25000,    x,    eps_ico
  1503.  
  1504. [app.tuttype.italian]
  1505.   w:sprocket.qxt,        "Modello QuarkXPress Passport per esercitazione",      12000,    x,    doc_ico
  1506.  
  1507. [app.tutwp.italian]
  1508.   w:testlett.txt,        "File di testo per esercitazione",      1000,    x,    notepad.exe
  1509.   w:disspoke.eps,        "File EPS per esercitazione",      46000,    x,    eps_ico
  1510.   w:eslett.qxt,        "Modello QuarkXPress Passport per esercitazione",      13000,    x,    doc_ico
  1511.  
  1512.  
  1513. ; **************
  1514. ;    SPANISH
  1515. ; **************
  1516.  
  1517. [app.samples.spanish]
  1518.   .\document#app.samdocs.spanish,       "Documentos",           0,      G
  1519.   .\bibliot#app.samlibs.spanish,        "Bibliotecas",          0,      G
  1520.   .\imagenes#app.sampics.spanish,       "Imßgenes",             0,      G
  1521.   .\texto#app.samtxts.spanish,          "Ficheros de texto",            0,      G
  1522.  
  1523. [app.samdocs.spanish]
  1524.   2:biciplay.qxd,       "Documentos ejemplo",           60000,  C,      doc_ico
  1525.   2:biciplay.eps,       "Fichero EPS ejemplo",          30000,  C,      eps_ico
  1526.   2:biciviej.eps,       "Fichero EPS ejemplo",         260000,  C,      doc_ico
  1527.   2:ola .pcx,            "Fichero PCX ejemplo",           3000,  C,      pcx_ico
  1528.   2:mundial.qxd,        "Documentos ejemplo",          290000,  C,      doc_ico
  1529.  
  1530. [app.samlibs.spanish]
  1531.   2:ciclismo.eps,       "Fichero EPS ejemplo",          20000,  C,      eps_ico
  1532.   2:bicilet.wmf,        "Fichero Windows Metafile ejemplo",     20000,  C,      eps_ico
  1533.   2:qcapdec.eps,        "Fichero EPS ejemplo",          45000,  C,      eps_ico
  1534.   2:ejemplo.qxl,                "Biblioteca ejemplo",           75000,  C,      qxl_ico
  1535.   2:xcapdec.eps,        "Fichero EPS ejemplo",          35000,  C,      eps_ico
  1536.  
  1537. [app.sampics.spanish]
  1538.   2:ciclmt±a.tif,       "Fichero TIFF ejemplo",         70000,  C,      tiff_ico
  1539.   2:ciclista.pcx,       "Fichero PCX ejemplo",          15000,  C,      pcx_ico
  1540.   2:ciclista.eps,       "Fichero EPS ejemplo",          25000,  C,      eps_ico
  1541.   2:dbjrueda.eps,       "Fichero EPS ejemplo",          25000,  C,      eps_ico
  1542.  
  1543. [app.samtxts.spanish]
  1544.   2:marcxprs.xtg,       "Fichero Marcas XPress ejemplo",         5000,  C,      xtag_ico
  1545.   2:richtext.rtf,       "Fichero RTF ejemplo",           5000,  C,      rtf_ico
  1546.   2:ascii.txt,          "Fichero de texto ejemplo",              5000,  C,      notepad.exe
  1547.   2:word40.doc,         "Fichero MS-Word 4.0 ejemplo",   5000,  C,      winword.exe
  1548.   2:mswrite.wri,        "Fichero MS-Write ejemplo",              5000,  C,      write.exe
  1549.  
  1550. [app.tutorial.spanish]
  1551.   .\color#app.tutclr.spanish,           "Documentos",           0,      G
  1552.   .\completo#app.tutfin.spanish,        "Bibliotecas",          0,      G
  1553.   .\diseno#app.tutlay.spanish,          "Ficheros de maquetaciones",            0,      G
  1554.   .\imagenes#app.tutpics.spanish,       "Imßgenes",             0,      G
  1555.   .\tipo#app.tuttype.spanish,           "Ficheros de fuentes",          0,      G
  1556.   .\trattxto#app.tutwp.spanish,         "Ficheros de tratamiento de texto",     0,      G
  1557.  
  1558. [app.tutclr.spanish]
  1559.   3:ciclista.pcx,               "Fichero PCX tutorial",         15000,  C,      pcx_ico
  1560.   3:tourcicl.qxt,               "Plantilla QuarkXPress Passport tutorial",       65000,  C,      doc_ico
  1561.  
  1562. [app.tutfin.spanish]
  1563.   3:tipocomp.qxd,               "Documento tutorial",    15000, C,      doc_ico
  1564.   3:imagcomp.qxd,               "Documento tutorial",    25000, C,      doc_ico
  1565.   3:txtcomp.qxd,                "Documento tutorial",    20000, C,      doc_ico
  1566.   3:colcomp.qxd,                "Documento tutorial",    65000, C,      doc_ico
  1567.   3:maqcomp.qxd,                "Documento tutorial",   105000, C,      doc_ico
  1568.  
  1569. [app.tutlay.spanish]
  1570.   3:pltnotic.qxt,               "Documento tutorial",    90000, C,      doc_ico
  1571.   3:marchas.eps,                        "Fichero EPS tutorial",  95000, C,      eps_ico
  1572.   3:manillar.eps,                       "Fichero EPS tutorial",          30000, C,      eps_ico
  1573.   3:pedal.eps,                  "Fichero EPS tutorial",          25000, C,      eps_ico
  1574.   3:texto1.txt,                 "Fichero de texto tutorial",      1000, C,      notepad.exe
  1575.   3:texto2.txt,                 "Fichero de texto tutorial",      1000, C,      notepad.exe
  1576.   3:texto3.txt,                 "Fichero de texto tutorial",      1000, C,      notepad.exe
  1577.  
  1578. [app.tutpics.spanish]
  1579.   3:pltrueda.qxt,               "Plantilla QuarkXPress Passport tutorial",        10000, C,      doc_ico
  1580.   3:txtimag.txt,                "Fichero de texto tutorial",      5000, C,      notepad.exe
  1581.   3:dbjrueda.eps,               "Fichero EPS tutorial",          25000, C,      eps_ico
  1582.  
  1583. [app.tuttype.spanish]
  1584.   3:pinon.qxt,                  "Plantilla QuarkXPress Passport tutorial",        15000, C,      doc_ico
  1585.  
  1586. [app.tutwp.spanish]
  1587.   3:txtcarta.txt,               "Fichero de texto tutorial",      1000, C,      notepad.exe
  1588.   3:dbjradio.eps,               "Fichero EPS tutorial",          50000, C,      eps_ico
  1589.   3:ejecarta.qxt,               "Plantilla QuarkXPress Passport tutorial",        15000, C,      doc_ico
  1590.  
  1591.  
  1592. ; **************
  1593. ;    SWEDISH
  1594. ; **************
  1595.  
  1596. [app.samples.swedish]
  1597.   .\dokument#app.samdocs.swedish,       "Dokument",                           0,    G
  1598.   .\biblio#app.samlibs.swedish,         "Bibliotek",                          0,    G
  1599.   .\bilder#app.sampics.swedish,         "Bilder",                             0,    G
  1600.   .\text#app.samtxts.swedish,           "Textfiler",                          0,    G
  1601.  
  1602. [app.samdocs.swedish]
  1603.   5:skepp.qxd,             "Exempeldokument",            60000,    x,    doc_ico
  1604.   5:skepp.eps,            "Exempel pσ EPS-fil",        30000,    x,    eps_ico
  1605.   5:gmlcykel.eps,       "Exempel pσ EPS-fil",       260000,    x,    doc_ico
  1606.   5:vag.pcx,             "Exempel pσ PCX-fil",         3000,    x,    pcx_ico
  1607.   5:vm.qxd,                 "Exempeldokument",           290000,    x,    doc_ico
  1608.  
  1609. [app.samlibs.swedish]
  1610.   5:cycla.eps,        "Exempel pσ EPS-fil",            20000,    x,    eps_ico
  1611.   5:cykel.wmf,      "Exempel pσ Windows Metafile",    20000,    x,    eps_ico
  1612.   5:qanfang.eps,    "Exempel pσ EPS-fil",            45000,    x,    eps_ico
  1613.   5:exempel.qxl,    "Exempel pσ bibliotek",            75000,    x,    qxl_ico
  1614.   5:xanfang.eps,    "Exempel pσ EPS-fil",            35000,    x,    eps_ico
  1615.  
  1616. [app.sampics.swedish]
  1617.   5:cyklist.tif,    "Exempel pσ TIFF-fil",        70000,    x,    tiff_ico
  1618.   5:cklster.pcx,    "Exempel pσ PCX-fil",        15000,    x,    pcx_ico
  1619.   5:cyklist.eps,    "Exempel pσ EPS-fil",        25000,    x,    eps_ico
  1620.   5:hjul.eps,       "Exempel pσ EPS-fil",        25000,    x,    eps_ico
  1621.  
  1622. [app.samtxts.swedish]
  1623.   5:xprstags.xtg,    "Exempel pσ QuarkXPress Passport formatkodsfil",     5000,    x,    xtag_ico
  1624.   5:richtext.rtf,    "Exempel pσ RTF-fil",                     5000,    x,    rtf_ico
  1625.   5:ascii.txt,        "Exempel pσ textfil",                     5000,    x,    notepad.exe
  1626.   5:word40.doc,        "Exempel pσ fil i MS-Word 4.0",             5000,    x,    winword.exe
  1627.   5:mswrite.wri,    "Exempel pσ fil i MS-Write File",         5000,    x,    write.exe
  1628.  
  1629. [app.tutorial.swedish]
  1630.   .\farg#app.tutclr.swedish,        "Dokument",            0,    G
  1631.   .\fardiga#app.tutfin.swedish,        "Bibliotek",        0,    G
  1632.   .\layout#app.tutlay.swedish,        "Layoutfiler",        0,    G
  1633.   .\bilder#app.tutpics.swedish,     "Bilder",            0,    G
  1634.   .\typogr#app.tuttype.swedish,        "Typografifiler",        0,    G
  1635.   .\ordbeh#app.tutwp.swedish,        "Ordbehandlingsfiler",    0,    G
  1636.  
  1637. [app.tutclr.swedish]
  1638.   6:cklster.pcx,            "PCX-fil f÷r ÷vningarna",             15000,    x,    pcx_ico
  1639.   6:cykeltur.qxt,           "Mall f÷r QuarkXPress Passport ╓vningar",     65000,    x,    doc_ico
  1640.  
  1641. [app.tutfin.swedish]
  1642.   6:typogrex.qxd,            "╓vningsdokument",      15000,    x,    doc_ico
  1643.   6:bildex.qxd,                "╓vningsdokument",     25000,    x,    doc_ico
  1644.   6:ordbehex.qxd,            "╓vningsdokument",      20000,    x,    doc_ico
  1645.   6:fargex.qxd,                "╓vningsdokument",      65000,    x,    doc_ico
  1646.   6:layoutex.qxd,            "╓vningsdokument",    105000,    x,    doc_ico
  1647.  
  1648. [app.tutlay.swedish]
  1649.   6:nyttmall.qxt,        "╓vningsdokument",              90000,    x,    doc_ico
  1650.   6:vaxlar.eps,            "EPS-fil f÷r ÷vningarna",     95000,    x,    eps_ico
  1651.   6:handtag.eps,        "EPS-fil f÷r ÷vningarna",      30000,    x,    eps_ico
  1652.   6:pedal.eps,            "EPS-fil f÷r ÷vningarna",      25000,    x,    eps_ico
  1653.   6:text1.txt,            "Textfil f÷r ╓vningar",          1000,    x,    notepad.exe
  1654.   6:text2.txt,            "Textfil f÷r ╓vningar",          1000,    x,    notepad.exe
  1655.   6:text3.txt,            "Textfil f÷r ╓vningar",          1000,    x,    notepad.exe
  1656.  
  1657. [app.tutpics.swedish]
  1658.   6:hjulmall.qxt,        "Mall f÷r QuarkXPress Passport ╓vningar",      10000,    x,    doc_ico
  1659.   6:hjultext.txt,        "Textfil f÷r ╓vningar",                  5000,    x,    notepad.exe
  1660.   6:hjul.eps,           "EPS-fil f÷r ÷vningarna",              25000,    x,    eps_ico
  1661.  
  1662. [app.tuttype.swedish]
  1663.   6:kugghjul.qxt,        "Mall f÷r QuarkXPress Passport ╓vningar",      15000,    x,    doc_ico
  1664.  
  1665. [app.tutwp.swedish]
  1666.   6:brevtext.txt,        "Textfil f÷r ╓vningar",      1000,    x,    notepad.exe
  1667.   6:eker.eps,           "EPS-fil f÷r ÷vningarna",      50000,    x,    eps_ico
  1668.   6:brevex.qxt,                "Mall f÷r QuarkXPress Passport ╓vningar",      15000,    x,    doc_ico
  1669.  
  1670.  
  1671. ; **************
  1672. ;    FRENCH
  1673. ; **************
  1674.  
  1675. [app.samples.french]
  1676.   .\document#app.samdocs.french,"Documents",                0, G
  1677.   .\biblioth#app.samlibs.french,"BibliothΦques",         0, G
  1678.   .\images#app.sampics.french,  "Images",                   0, G
  1679.   .\textes#app.samtxts.french,  "Fichiers texte",        0, G
  1680.  
  1681. [app.samdocs.french]
  1682.   8:vΘloplag.qxd,       "Document exemple ",                  60000, C,   doc_ico
  1683.   8:vΘloplag.eps,       "Fichier EPS exemple ",              30000, C,   eps_ico
  1684.   8:cr-antan.eps,       "Fichier EPS exemple ",             260000, C,   doc_ico
  1685.   8:vague.pcx,           "Fichier PCX exemple ",               3000, C,   pcx_ico
  1686.   8:coupmond.qxd,       "Document exemple",                    290000, C,   doc_ico
  1687.  
  1688. [app.samlibs.french]
  1689.   8:a-vΘlo.eps,         "Fichier EPS exemple ",                20000, C,   eps_ico
  1690.   8:bicycle.wmf,        "MΘtafichier Windows exemple ",      20000, C,   eps_ico
  1691.   8:q.eps,              "Fichier EPS exemple ",                45000, C,   eps_ico
  1692.   8:biblioth.qxl,       "BibliothΦque exemple ",               75000, C,   qxl_ico
  1693.   8:x.eps,              "Fichier EPS exemple ",                35000, C,   eps_ico
  1694.  
  1695. [app.sampics.french]
  1696.   8:vtt.tif,               "Fichier TIFF exemple ",            70000, C,   tiff_ico
  1697.   8:cycliste.pcx,       "Fichier PCX exemple ",               15000, C,   pcx_ico
  1698.   8:vΘlocipe.eps,       "Fichier EPS exemple ",               25000, C,   eps_ico
  1699.   8:roues.eps,           "Fichier EPS exemple ",               25000, C,   eps_ico
  1700.  
  1701. [app.samtxts.french]
  1702.   8:xprestag.xtg,       "Fichier de balises QuarkXPress Passport exemple ",    5000, C,   xtag_ico
  1703.   8:richtext.rtf,       "Fichier RTF exemple ",                      5000, C,   rtf_ico
  1704.   8:ascii.txt,           "Fichier texte exemple ",              5000, C,   notepad.exe
  1705.   8:word40.doc,           "Fichier MS-Word 4.0 exemple ",                  5000, C,   winword.exe
  1706.   8:mswrite.wri,           "Fichier MS-Write exemple ",              5000, C,   write.exe
  1707.  
  1708. [app.tutorial.french]
  1709.   .\couleur#app.tutclr.french, "Documents ",                      0, G
  1710.   .\final#app.tutfin.french,   "BibliothΦques ",              0, G
  1711.   .\page#app.tutlay.french,    "Fichiers de mise en page ",          0, G
  1712.   .\images#app.tutpics.french, "Images ",                      0, G
  1713.   .\typo#app.tuttype.french,   "Fichiers de styles typographiques ", 0, G
  1714.   .\texte#app.tutwp.french,    "Fichiers de traitement de texte ",   0, G
  1715.  
  1716. [app.tutclr.french]
  1717.   9:cycliste.pcx,       "Fichier PCX d'initiation ",       15000, C,   pcx_ico
  1718.   9:tourcycl.qxt,       "ModΦle QuarkXPress Passport dÆinitiation", 65000, C,   doc_ico
  1719.  
  1720. [app.tutfin.french]
  1721.   9:typofin.qxd,                   "Document d'initiation ",     15000, C,   doc_ico
  1722.   9:imagefin.qxd,               "Document d'initiation ",     25000, C,   doc_ico
  1723.   9:textfin.qxd,                   "Document d'initiation ",     20000, C,   doc_ico
  1724.   9:coulfin.qxd,                   "Document d'initiation ",     65000, C,   doc_ico
  1725.   9:pagefin.qxd,                   "Document d'initiation ",    105000, C,   doc_ico
  1726.  
  1727. [app.tutlay.french]
  1728.   9:gabamaga.qxt,               "Document d'initiation ",     90000, C,   doc_ico
  1729.   9:plateaux.eps,               "Fichier EPS d'initiation ",     95000, C,   eps_ico
  1730.   9:guidon.eps,                   "Fichier EPS d'initiation ",     30000, C,   eps_ico
  1731.   9:pedale.eps,                   "Fichier EPS d'initiation ",     25000, C,   eps_ico
  1732.   9:texte1.txt,                   "Fichier texte d'initiation ",     1000, C,   notepad.exe
  1733.   9:texte2.txt,                   "Fichier texte d'initiation ",     1000, C,   notepad.exe
  1734.   9:texte3.txt,                   "Fichier texte d'initiation ",     1000, C,   notepad.exe
  1735.  
  1736. [app.tutpics.french]
  1737.   9:rouegaba.qxt,      "ModΦle QuarkXPress Passport d'initiation ",   10000, C,   doc_ico
  1738.   9:histoire.txt,      "Fichier texte d'initiation ",          5000, C,   notepad.exe
  1739.   9:roues.eps,          "Fichier EPS d'initiation ",          25000, C,   eps_ico
  1740.  
  1741. [app.tuttype.french]
  1742.   9:pignon.qxt,        "ModΦle QuarkXPress Passport d'initiation ",  15000,  C,   doc_ico
  1743.  
  1744. [app.tutwp.french]
  1745.   9:txtlett.txt,          "Fichier texte d'initiation ",          1000,  C,   notepad.exe
  1746.   9:rayons.eps,          "Fichier EPS d'initiation ",           50000, C,   eps_ico
  1747.   9:exlettre.qxt,      "ModΦle QuarkXPress Passport d'initiation ",    15000, C,   doc_ico
  1748.  
  1749.  
  1750. ; The [progman.groups] section (optional) tells Install to create Program 
  1751. ; Manager groups for your application. (Install then uses DDE to communicate 
  1752. ; with Program Manager.)
  1753. ;
  1754. ; The section lists the names of the groups you want to create. You then 
  1755. ; define additional sections in this file; those sections list the program 
  1756. ; items you want in each group.
  1757. ;
  1758. ; The syntax for each group name is:
  1759. ;
  1760. ;     groupname, [groupfile.grp]
  1761. ;
  1762. ; where
  1763. ;
  1764. ;     groupname      is the title you want Program Manager to display
  1765. ;                    under the icon that represents the group. (The 
  1766. ;                    groupname will also be the name of the section
  1767. ;                    that defines the contents of the group.)
  1768. ;
  1769. ;     groupfile.grp  is the filename of the file in which Program Manager
  1770. ;                    will save information about the group. (You must include
  1771. ;                    the .GRP filename extension.) This parameter is optional;
  1772. ;                    if you omit it, Install uses a default name for the 
  1773. ;                    group file.
  1774. ;
  1775. [progman.groups]
  1776.   QuarkXPress, XPress.grp
  1777.  
  1778. [demo.progman.groups]
  1779.   "Demo QuarkXPress", XPrsdemo.grp
  1780.  
  1781. ; This section is a user-defined section that define the contents of a
  1782. ; Program Manager group file. The [progman.groups] section defines
  1783. ; the name of this section and the group, and the name of the file in which
  1784. ; to store information about the group.
  1785. ;
  1786. ; In each section like this one, you should list all items that you want Install
  1787. ; to add to the group.
  1788. ;
  1789. ; The syntax for item-definition statements is: 
  1790. ;
  1791. ;     "Description",    APPFILE.EXE, [ICONFILE.EXE[, N]]
  1792. ;
  1793. ;where
  1794. ;
  1795. ;     Description   is the text that will appear below the program icon 
  1796. ;                   when displayed in the Program Manager group.
  1797. ;
  1798. ;     ICONFILE.EXE  is the application file that contains the icon you
  1799. ;                   want to represent the application. Typically, this is 
  1800. ;                   the executable application file, but it could be a 
  1801. ;                   different file. (You can also specify a _ico file,
  1802. ;                   created using the SDKPaint tool.) This parameter is
  1803. ;                   optional; if you omit it, Install will use the first
  1804. ;                   icon it finds in APPFILE.EXE.
  1805. ;
  1806. ;     N             is the offset of the icon you want to use within the file
  1807. ;                   ICONFILE.EXE. This parameter is optional; if you omit it, 
  1808. ;                   Install uses the first icon it finds in ICONFILE.EXE.
  1809. ;                   You must include this parameter if the file you specify
  1810. ;                   contains more than one icon, and you want to use an icon
  1811. ;                   other than the first icon.
  1812. ;
  1813. ;                   To use the Nth icon, specify the number N-1. For example,
  1814. ;                   to use the third icon, specify 2.
  1815. ;
  1816. ; For example, the following item-definition statement tells Install to add an item
  1817. ; titled "Demo Application" to Program Manager. The application command line
  1818. ; is FILE1.FOO; the file that contains the application icon is DEMO.ICO
  1819. [QuarkXPress]
  1820.   "QuarkXPress Passport", passport.exe,
  1821.   "Release Notes", readme.wri,
  1822. ;  "Efi Release Notes", efinotes.hlp,
  1823. ;  "Quark Installer", hinstall.exe,
  1824.  
  1825. ["Demo QuarkXPress"]
  1826.   "Demo QuarkXPress Passport for Windows", passport.exe
  1827.   "Release Notes", release.wri,
  1828.  
  1829. ; This section defines any number of application-specific preferences files
  1830. ; to be built or added to, if preexisting. The function and form of the
  1831. ; arguments parallel the WritePrivateProfileString(...) call. If the
  1832. ; lpFileName is NULL, WIN.INI (using WriteProfileString(...)) is used as the
  1833. ; filename. WIN.INI should not explicitly be used since the file is opened
  1834. ; while Windows in running and must be accessed by WriteProfileString(...).
  1835. ; The arguments can use logical file names (like "0:" for the install
  1836. ; directory, or "z:" the destination directory).
  1837. [setup.prefsfiles]
  1838.   "Extensions", "qxd", "z:Passport.exe ^.qxd"
  1839.   "Extensions", "qxt", "z:Passport.exe ^.qxt"
  1840.   "QuarkXPress", "PDFSearchPath", "PDF", quark.ini
  1841.   "QuarkXPress", "XTSearchPath", "XTENSION", quark.ini
  1842.   "QuarkXPress", "PPDSearchPath", "0:;PPD", quark.ini
  1843.  
  1844. ; This section defines any number of application-specific readme files
  1845. ; executable,readme file,description,[icon_name]
  1846. ; show state (flag value for SW_ flags)
  1847. ;
  1848. [setup.execfiles]
  1849.   "regedit.exe /s","z:xpress.reg","Registering PASSPORT.EXE with Windows",5
  1850.   "write.exe","z:release.wri","Release Notes",5
  1851.  
  1852. [demo.setup.execfiles]
  1853.   "regedit.exe /s","z:xpress.reg","Registering PASSPORT.EXE with Windows",5
  1854.   "write.exe","z:release.wri","Release Notes",5
  1855.  
  1856. [demo.setup.execfiles]
  1857.   "regedit.exe /s","z:xpress.reg","Registering PASSPORT.EXE with Windows",5
  1858.   "write.exe","z:release.wri","Release Notes",5
  1859.  
  1860. [setup.buildfiles]
  1861.   z:xpress.reg
  1862.  
  1863. [xpress.reg]
  1864.   "REGEDIT"
  1865.   "ENTRIES FOR QuarkXPress"
  1866.   "HKEY_CLASSES_ROOT\.qxd = xprsfile"
  1867.   "HKEY_CLASSES_ROOT\.qxt = xprsfile"
  1868.   "HKEY_CLASSES_ROOT\xprsfile = QuarkXPress"
  1869.   "HKEY_CLASSES_ROOT\\xprsfile\\shell\\open\\command = ","z:Passport.exe"," %1"
  1870.   "HKEY_CLASSES_ROOT\\xprsfile\\shell\\print\\command = ","z:Passport.exe"," /p %1"
  1871.